views:

55

answers:

2

When I create a empty Win32 project. My intellisense stopped working. Is it possible to get it working for empty Win32 Projects with 1 source file ? Thanks

+3  A: 

Usually you can fix intellisense by simply restarting Visual Studio or waiting some time.
If that still doesn't work you can delete the NCB file.

You can use Ctrl+Space to manually call up intellisense if it is available.

You can use Ctrl+Shift+Space to bring up a function parameter list.

Brian R. Bondy
+2  A: 

In my experience, performing a build after adding a header file will update the program database with the header content.

Clifford