I can't compile. HISE does not see MS Build installed, IPP Installed
-
Greetings to all, I am new to the HISE community, please help me as a novice participant.
I have developed my own sampler tool and want to output it to VST. I have HISE version 4.1.0., installed it from GitHub, appeared hise.exe That's where I do everything. I also installed another folder with github HISE-4.1.0. where there are such files (in the image). I have Microsoft Visual Studio 2022 installed, all possible SDKs are installed, JUCE is installed, I downloaded vst3_sdk separately (but it is not used anywhere). HISE is on disk C, and Visual Studio is on disk D (the installation path was set to D, but Microsoft installs it on C anyway, partially for work).
Actually, having all these factors, what did I do wrong?!
-
Remove all copies of HISE and the HISE source code from your system so you're starting fresh.
- Re-clone the HISE github repo and checkout the develop branch.
- Extract the sdk.zip file in the HISE/tools/SDK folder - you do not need to download the VST3 SDK separately
- Install Visual Studio on the C drive.
- Compile HISE.
-
@d-healey Thank you, i hope this help me.
-
@d-healey I do all steps and now i try compile my project, but see this :(
error MSB1011: specify which project or solution file you want to use, as the folder contains several project or solution files.
-
I would like to add that I was unable to install IPP, so I followed ALL the steps with fftw.
-
I studied a little what is written in the logs, he mentions the windows username Ryan - Райан (written in Cyrillic, I specially corrected it to English - but it is also written in the logs every time). But I still don't understand what the problem is.
-
@checkthelyu said in I can't compile. HISE does not see MS Build installed, IPP Installed:
I would like to add that I was unable to install IPP, so I followed ALL the steps with fftw.
Are you making open source plugins?
What is the exact location where visual studio is installed?
-
@d-healey It doesn't matter to me whether it's open source or not, it's just that IPP doesn't want to be installed, but fftw is installed and I've made all the settings in JUCE that were on the video. Visual Stduio is installed entirely on the C disk.
-
@checkthelyu said in I can't compile. HISE does not see MS Build installed, IPP Installed:
It doesn't matter to me whether it's open source or not
If you're releasing your plugins under the GNU GPL then stick with FFTW.