Does somebody know how can I activate the intellisense for Visual Studio 2010 compiling in c++? When I write my code, functions inside a class never appear and this make the programming very difficult.
Thanks in advance!
Does somebody know how can I activate the intellisense for Visual Studio 2010 compiling
Share
Make your project a pure native C++ project (No CLR). Intellisense support for C++/CLI was removed in Visual Studio 2010, so only use C++/CLI where you absolutely must.
A couple of references below: