RSS
 

Posts Tagged ‘Intellisense’

Unavailable Visual Studio Intellisense in C++ projetcs

10 nov

Sometimes, in C++ projects, Visual Studio IntelliSense stops working with apparently no reasons. There are many official and non official guides on how to troubleshoot it and they almost always say that, given some conditions are respected, if IntelliSense doesn’t work, it is suggested to delete its database to let Visual Studio rebuilds it. To be able to do it, it is necessary to close the current solution, otherwise windows wouldn’t allow the access to the .ncb file.

However this procedure apparently doesn’t work for me. Read the rest of this entry »

 
2 Comments

Posted in geek