In order to work around some Intellisense deficiencies in MSVC++ 2010, I would like to \"hide\" some code block from Intellisense, but not from the compiler. For example:
The proper macro for VC++ 2010 is __INTELLISENSE__, as described in this blog article: Troubleshooting Tips for IntelliSense Slowness
__INTELLISENSE__