several problems to exporting a vst
-
Hi, I am a complete noob and I am finding problems when i try to export my vst. First one: I have Visual Studio 2022 installed and I also have the c++ sdk, yet HISE doesn't seem to recognize it in the exporting wizard. Second one: when I try to export the vst anyways, the cmd window says the system couldn't find the specified path. Does anyone know what I'm supposed to do? I'm using the precompiled version and I also downloaded the source code.
-
@machinery have you compiled HISE?
-
@d-healey no, I used the precompiled version
-
@machinery First step then is to compile HISE. You can't export until you can compile.
-
@d-healey ok
-
@d-healey I compiled the debug version
-
@machinery great, remove any other versions you have.
Open HISE and set the HISE path in the preferences page.
Have you extracted the SDKs in the tools folder?
-
@d-healey I think I deleted the other version, but the vst and the Hise path were still in the debug compilation
-
@machinery Have you extracted the SDKs?
-
@d-healey yes, if you mean the vst ones
-
@machinery Ok, try exporting your project now
-
@d-healey the cmd still can't find the path, maybe it is because it's trying to remake a batch?
-
@machinery Where have you installed Visual Studio?
-
@d-healey on /Program Archives/visual studio
-
@machinery That might be the problem. I think it should be at
C:\Program Files\Microsoft Visual Studio
-
@d-healey that was the problem. Thank you!