corsario_ll Posted May 18, 2025 Posted May 18, 2025 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?
arizmenda Posted May 19, 2025 Posted May 19, 2025 Hi! Could you please check whether Windows SDK 8.1 is listed or selected in your project settings? Thanks.
corsario_ll Posted May 20, 2025 Author Posted May 20, 2025 17 hours ago, arizmenda said: Hi! Could you please check whether Windows SDK 8.1 is listed or selected in your project settings? Thanks. i solved change this in de vcxproj file <PlatformToolset>v140</PlatformToolset> <WindowsTargetPlatformVersion>10.0.2000.0</WindowsTargetPlatformVersion> 1
Recommended Posts