I just upgraded from VS2015 to 2017, and intellisense highlighting of syntax errors has disappeared completely.
I tried some suggestions found online, mainly Edit->Intellisense->Refresh Local Cache
, but that option is not there anymore.
Under Edit->Intellisense there is only Quick info
which does nothing when I press it, and toggle completion mode
which is greyed out
I'm using Windows 10, C++ project.
Do I need to delete some old files from VS2015 in order for intellisense to work again? like the VC.db
file?
Thanks
MyProject
and your .cpp file isSource.cpp
the top left hand corner ofSource.cpp
should sayMyProject
.) – Soukup