Does installing the Windows SDK alter an existing installation of Visual Studio 2010?
After installing Windows 7 SDK, for each VS 2010 solution/project I have to change the value for Platform Tools from v100 to Windows7.1SDK. Otherwise I get build errors relating to the file Microsoft.Cpp.Win32.Targets. Did I miss something during the Windows SDK installation that would have correctly configured the two installations?
What exactly is the relationship b/w these two toolsets? I know they are not mutually exclusive but I do not understand how they interact.
This ceased to be a problem after moving to a new machine and re-installing VS 2010.