Visual Studio Intellisense not up to date for one class

ⅰ亾dé卋堺 提交于 2019-12-13 13:25:24

问题


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


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/11220437/visual-studio-intellisense-not-up-to-date-for-one-class

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!