4

For some reasons Intellisense is not up to date for 1 class (C++) in my project (when I call a method it refers to the old parameters and so on)!

I'm able to compile but it would be fine if there is an option to update Intellesense (refresh local cache or something)?

Thx

4

2 に答える 2

8

Unload the project in the solution and reload it! (now I solved this issue)

于 2012-06-27T08:23:49.293 に答える
0

I helped myself by renaming the intellisense database file (*.ncb) to - as example - *.ncbx. This helped me for my VS2008 Problem. But first you have to leave the IDE to relase the file. When starting the IDE again, the *.ncb File will be recreated - now with the actual parameters.

Hope that helps some more developers, too.

于 2013-02-25T10:26:50.420 に答える