Martin's Tex-Blog

Posts on programming and generally technical topics

Archive for October 2009

When intellisense stops working…

leave a comment »


It happens that intellisense stops working and you no longer see methods for STL containers and other classes. What is most often advised in such situation is to delete .ncb file, since this is such a huge problem, developers from Microsoft thought of fixing this issue by providing macro:

http://blogs.msdn.com/vcblog/archive/2007/11/19/controlling-intellisense-through-macros.aspx

Advertisement

Written by Marcin

October 11, 2009 at 3:45 pm

Posted in Visual Studio