Is there a way to prevent VS2008 creating browse info file files for C++ projects.
I rarely use the class browser and it isn’t worth the time it takes to recreate it after every build, especially since it runs even if the build failed.
EDIT – it’s also needed for go to declaration/definition
There is a registry key for this as well:
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\Languages\Language Services\C/C++]Intellisense ON
Intellisense OFF
Intellisense ON – NO Background UPDATE
More flags are available and you can Control Intellisense through Macros as well.