Jump to content

[SOLVED] Building the Plugin error


photo

Recommended Posts

Posted

Hello everyone, I wanted your help with a problem, I was making a small plugin that would help me with joystick mapping, following the documentation I saw that I needed to build the example plugins. The problem is when I try to build it through Visual Studio I get this error. error MSB8036: The Windows SDK version 8.1 was not found The problem is not installing this package, it's just that it's not available anywhere.

so i decided to use cmake but aCMakeList.txt and Materials.json files don't exist in the project 

 

I'm stuck between these two problems, any solution?

Posted

Hi!

Could you please check whether Windows SDK 8.1 is listed or selected in your project settings?

image.png

Thanks.

Posted
17 hours ago, arizmenda said:

Hi!

Could you please check whether Windows SDK 8.1 is listed or selected in your project settings?

image.png

Thanks.

i solved change  this in de vcxproj  file 
<PlatformToolset>v140</PlatformToolset>
<WindowsTargetPlatformVersion>10.0.2000.0</WindowsTargetPlatformVersion>

  • Like 1
  • silent changed the title to [SOLVED] Building the Plugin error
×
×
  • Create New...