Can I enforce the IntelliSence databese rebuild in VS2005?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm using a C++(native) in VS2005. And when I manually add some member variables or methods the intellisence can't handle this and when I'm trying to build the application(MFC executable) it crushes the VS2005 IDE. After that I've to manually delete the intellisence database file (*.ncb) and open solution for compilation again. The question is: - Is there any way (some hot key or IDE macro) to enforce manually intellisence update from the VS2005 IDE? This would solve my problem. Thanks, Oleg.