Search code examples
visual-studio-2010visual-c++intellisensecall-hierarchy

Visual studio C++ IntelliSense issue


I seem to be having two issues with my project after I converted from VS 2005 to VS 2010.

IntelliSense: command-line error: invalid macro definition: _WIN32_WINNT>=0x0501

And I also cant seem to be able to do a "Call Hierarchy" on any of the methods or properties.

I would appreciate if someone can help me with these. Thanks


Solution

  • Decided to ignore the intellisense warnings. The call hierarchy wasn't working because I was in the release mode. Should be in debug mode.