
Open “Fix” folder and double click “JLR_ProcId.exe” to run it.(if your anti-virus software kill it,please disable your anti-virus software during installation.) Note: This method only work on with installer from us.ĭouble click “SDD_162.00_FULL.exe” to start installation,just click “Next” as default to finish installation I have found out that the Windows SDK v7.1A used to be included with Visual Studio 2015, but I cannot find it anywhere in the Visual Studio 2019 installer.JLR SDD v162 Download /Installation (This installation guide only apply here installer)

Even if you manage to install it, the SDK has version 7.1 (without the A) and not 7.1A. Downloading the Windows 7 SDK from Microsoft does not work. TargetFrameworkVersion or PlatformToolset may be set to an invalid version number.Ĭlearly, the tools are looking for the Windows SDK v7.1A.

TargetFrameworkVersion or PlatformToolset may be set to an invalid version number.Ĭ:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\(366,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry. It does not work, the following error message appears: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\Win32\PlatformToolsets\v140_xp\Toolset.targets(36,5): warning MSB8003: Could not find WindowsSdkDir_71A variable from the registry.

For that I tried to use platform toolset v140_xp. I am trying to compile an application for Windows XP using Visual Studio 2019.
