Windows VST Export
-
Hi all,
I'm new to HISE and I'm having trouble exporting my plugin. Getting this error:
I tried installing the latest windows SDK as well as 10.0.16299.x but I'm still receiving this error.
Thanks! -
Sounds like you need the Windows 10 Fall Creators Update SDK
https://blogs.msdn.microsoft.com/chuckw/2017/10/11/windows-10-fall-creators-update-sdk/Have you checked to see what version SDK Visual Studio is using?
Installed to wrong directly? -
I tried compiling HISE on another computer. The build failed in visual studio, but visual studio ended up downloading the correct version of the Windows SDK.
I tried using the latest build to export as FX, which made it further than the previous attempts, but still failed when it could not find the following
Could Not Find C:...\Plugin Development\HISE-master\HISE-master\extras\demo_project\Binaries\Compiled\Demo Project x64.exp
Could Not Find C:...\Plugin Development\HISE-master\HISE-master\extras\demo_project\Binaries\Compiled\Demo Project x64.libDo I need the build from visual studio to export properly?