C ++ VS Express 2010 Intellisense

I am trying to use Visual Studio Express 2010 to write an openGL program, so this is a win32 console application. And I can't get Intellisense to manifest anything, openGL or otherwise.

What am I doing wrong, and how can I get Intellisense to show? (How can you force the equivalent of Xcode using Esc)

+1
source share
2 answers

From MSDN: IntelliSense may stop working under certain conditions. Use the following steps to determine why IntelliSense does not work for C ++ projects.

To investigate IntelliSense crashes in C ++ projects Make sure your Visual C ++ project does not contain compilation errors.

1) Makefile, . . IntelliSense Makefile.

2) , stdafx.h . Visual ++ . #include (C/++) /I ( ).

: * , , , ""

IntelliSense.

NB. IntelliSenseIntelliSense ++ : ( , )

IntelliSense , , #include, - , #define. , , IntelliSense .

+1

, *.sdf , . intellisense

+1

All Articles