From: Eric K. <er...@kn...> - 2018-09-26 04:06:26
|
Not very familiar with the Windows development environment. I'm an embedded systems programmer. It was trying to find the 2015 development tools environment, but I was able to retarget that. I really don't want to have to go hunt down my old CD of VC++, so I'm using the 2017 community version. I'm having a problem that the three subprojects won't let me retarget to the new Windows library. It just resets to 8.1: 1>------ Build started: Project: build68k, Configuration: Debug x64 ------ 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.Cpp.WindowsSDK.targets(46,5): error MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". 1>Done building project "build68k.vcxproj" -- FAILED. 2>------ Build started: Project: gencpu, Configuration: Debug x64 ------ 3>------ Build started: Project: gencomp, Configuration: Debug x64 ------ 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.Cpp.WindowsSDK.targets(46,5): error MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". 2>Done building project "gencpu.vcxproj" -- FAILED. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.Cpp.WindowsSDK.targets(46,5): error MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". 3>Done building project "gencomp.vcxproj" -- FAILED. 4>------ Build started: Project: BasiliskII, Configuration: Debug JIT x64 ------ 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1879,5): warning : The referenced project '..\..\..\..\thirdparty\src\SDL-1.2.15\VisualC\SDLmain\SDLmain.vcxproj' does not exist. 4>Generating CPU emulation sources... 4>The system cannot find the path specified. 4>The system cannot find the path specified. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(255,5): error MSB3073: The command "cd ..\uae_cpu 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(255,5): error MSB3073: "D:\macemu-master\BasiliskII\src\Windows\Debug\gencpu" 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(255,5): error MSB3073: "D:\macemu-master\BasiliskII\src\Windows\Debug\gencomp" 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(255,5): error MSB3073: 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(255,5): error MSB3073: :VCEnd" exited with code 3. 4>Done building project "BasiliskII.vcxproj" -- FAILED. ========== Build: 0 succeeded, 4 failed, 2 up-to-date, 0 skipped ========== |