Sometimes the intellisense stops itself in visual studio. Don’t panic. Go to your project directory and delete the *.ncb files. Restart Visual Studio.
This entry was posted on Thursday, November 6th, 2008 at 12:42 pm and is filed under C++, VC++ 2005. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
One Response to “How To Fix Intellisense Problems With Visual Studio”
I have a large software product, written in C++/MFC
By custonizing I can use the same software to multiple products.
On the C disk I created 3 directories, A,B and C and copy the project into each of this directories.
This lead to I lost debug information in two of the new project B and C.
Please give me and idea how to solve this problem. I
tried to delete NCB file, rebuild, still same problem.
March 3, 2009 at 11:37 pm
I have a large software product, written in C++/MFC
By custonizing I can use the same software to multiple products.
On the C disk I created 3 directories, A,B and C and copy the project into each of this directories.
This lead to I lost debug information in two of the new project B and C.
Please give me and idea how to solve this problem. I
tried to delete NCB file, rebuild, still same problem.