Search code examples
visual-studio-2010installationvisual-c++-2010

Can I install visual c++ 2010 express edition with visual Studio 2010 professional already installed?


I want to do so because intellisense option for clr console application is not working in visual studio 2010..


Solution

  • There is no Intellisense support for C++/CLI in Visual Studio 2010 (including in SP1 and the Express edition).

    I've been using Visual Assist X from Whole Tomato software for the last few weeks and am very happy with their Intellisense support. From the research I did, it appears that theirs is about the best going (Resharper for example does not support C++).