Monday, February 9, 2009

[VC++] Fixing intellisense not working

Some time you will find that Visual Studio intellisense not working properly or not working at all. To solve this issue,
  • Exit the Visual Studio.
  • Delete the *.ncb file of your project.
  • Now start the Visual Studio and open your project, the problem will be fixed.

No comments: