I am facing issues with a project called ServiceConfigur ationManager in Visual Studio 2010. The project compiles without a hitch in Visual Studio 2005, it also compiles perfectly if I change the Platform Toolset to v90 in the Property Pages. The project is an EXE which uses both ATL and MFC.

When I try to execute the following line of code in a file called ServiceConfugra tionManagerModu le.h:

class CServiceConfigu rationManagerMo dule...