Jump to content

dependency for coding


dilldappel

Recommended Posts

The attempt to compile the code always breaks off because the SDK 8.1 is supposedly not installed. The SDK is installed but as you can see below. What do I have to do to fulfill the missing dependency?

C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,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". [D:\Dev\vortex\node_modules\exe-version\build\ExeVersion.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (D:\Dev\vortex\node_modules\node-gyp\lib\build.js:262:23)
gyp ERR! stack     at ChildProcess.emit (events.js:182:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
gyp ERR! System Windows_NT 10.0.17763
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "D:\\Dev\\vortex\\node_modules\\node-gyp\\bin\\node-gyp.js" "configure" "build"
gyp ERR! cwd D:\Dev\vortex\node_modules\exe-version





D:\Dev\vortex>dir "%ProgramFiles%\Microsoft SDKs\Windows"
 Datenträger in Laufwerk C: ist Windows
 Volumeseriennummer: C647-12D8

 Verzeichnis von C:\Program Files (x86)\Microsoft SDKs\Windows

16.11.2018  11:47    <DIR>          .
16.11.2018  11:47    <DIR>          ..
16.11.2018  11:29    <DIR>          v10.0A
16.11.2018  11:30    <DIR>          v7.0A
16.11.2018  11:47    <DIR>          v8.1
16.11.2018  11:43    <DIR>          v8.1A
               0 Datei(en),              0 Bytes
               6 Verzeichnis(se), 66.652.192.768 Bytes frei

D:\Dev\vortex>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...