HISE Exporting VST 64 Bit Compilation Failure
-
When exporting a simple VST 64 Bit plugin, the compilation fails, looking for a path that was "not specified". My HISE-2.0.0 folder contains all the necessary SDKs, and source code, but for some reason the program is having trouble finding something.
Here is a screenshot of the console message.
-
@JMooreo Hi
Can you check this things;- Did you specify the Source Path folder? File > Preferences > Development > Hise path
- Did you install "Visual Studio 2017 Community" and C++ add on to your PC?
- Did you download ASIO SDK with the VST SDK?
- Which version of HISE are you using? If you use pre compiled HISE 2.0 exe, please be sure that you are using the same source files with the HISE version that you are using. Also it is recommended that to not to use pre compiled version; you should compile HISE yourself in order to use the latest up to date preferences. You can download the latest HISE source code, follow the instructions and compile your HISE: https://github.com/christophhart/HISE
-
Here an exemple:
-
It worked properly on my other computer. I think the issue was that I forgot to install Visual Studio on my laptop.
-
@JMooreo said in HISE Exporting VST 64 Bit Compilation Failure:
It worked properly on my other computer. I think the issue was that I forgot to install Visual Studio on my laptop.
huh! Just a little forgetfulness ;)