For project where MSVC compiler quality was really critical, reason is "Managed C++" ;o(
Managed C++, is a painfull episode that everyone wants to forget ...
My mole tells me than MSFT is back to "pure" C++ (from the "managed" goose chase) since Win7 started.( And it shows ). MSFT is also back to ATL (with new security related patch). So it is all good times for C++ inside MSFT, and you/us C++ and VS users.
If you are starting a new C++ project, download the latest "express" edition:
http://en.wikipedia.org/wiki/Visual_C%2B%2B#Visual_C.2B.2B_2008_Express
And check that it can compile (and link!) all your C++. Then either proceed using it, on your own desktop or proceed with VS2008 for your team.
VS2010 is very significant for "pure" C++. Ignore the marketing talk about its WPF/WCF roots etc ...It will contain MSVC 10.
--DBJ