We have a C++ MFC project that won't build under a fresh-install of Visual Studio 2008 Standard. I've tried:
- Revo Uninstaller to remove all previous versions of Visual Studio
- Fresh install of Visual Studio 2008 Standard (all options selected)
This is running Windows XP SP2. I don't have the file afxglobals.h, which to my knowledge should live in %PROGRAMFILES%\Microsoft Visual Studio 9.0\VC\afxmfc\include.
Hence, when I try to compile my source that #includes <afxglobals.h>, the build fails saying it cannot find the file.
I'm thinking this may be another corrupt installation, but I've already tried re-installing before. Any ideas?