MSB8036: The Windows SDK version 10.0.17763.0 was not found (Visual Studio 2017 Enterprise)

  • Thread starter Thread starter mfenske17363
  • Start date Start date
M

mfenske17363

Guest
Trying to run a service project that references a C++ DLL project. I am able to build and debug it within the IDE but I cannot seem to be able to build and execute using "dotnet run"

"dotnet run" attempts to build the project first and initially I had to deal with it trying to reference C:\Microsoft.Cpp.Default.props which I was able to resolve by adding the environment variable "VCTargetsPath=C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\VC\VCTargets"

Now I am stuck where MSBuild is looking for the defined Windows SDK (v 10.0.17763.0).

I attempted a repair on VS 2017 which did not fix the problem.

I then checked to make sure that Windows 10 SDK was included as an option under "Desktop development with C++" as per previous discussions.

Neither change is fixing my issue.

It appears that the SDk is in installed under C:\Program Files (x86)\Windows Kits\10\...


Thanks for any and all help!

Continue reading...
 
Back
Top