Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Intellisense not up to date for one class

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

like image 731
leon22 Avatar asked Feb 21 '23 01:02

leon22


1 Answers

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

like image 125
leon22 Avatar answered Mar 08 '23 18:03

leon22