Visual Studio Intellisense not up to date for one class
intellisense, visual-c++, visual-studio-2008
Solution
Unload the project in the solution and reload it! (now I solved this issue)
Problem
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