Manually registering the Platform SDK
VS2010
1. In Explorer, change the security C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\PlatformToolsets\v100\Microsoft.Cpp.Win32.v100.props to allow you to write to it (will require administrative priviledges).
2. Edit the file and replace v7.0A with v7.1
3. Restart Visual Studio 2010.
<PropertyGroup Label="Locals">
<PlatformToolset>Windows7.1SDK</PlatformToolset>
</PropertyGroup>