Hise will not build. Please help
-
I have never gotten Hise to build yet. Came back a few years later and still NO. THis is what it is failing on and no idea why : 1>F:\red specter VSTs\HISE-develop\HISE-develop\hi_streaming\hi_streaming.h(77,10): fatal error C1083: Cannot open include file: 'ipp.h': No such file or directory (compiling source file ....\JuceLibraryCode\include_hi_streaming.cpp)
1>F:\red specter VSTs\HISE-develop\HISE-develop\hi_streaming\hi_streaming.h(77,10): fatal error C1083: Cannot open include file: 'ipp.h': No such file or directory (compiling source file ....\JuceLibraryCode\include_hi_snex_62.cpp)
1>F:\red specter VSTs\HISE-develop\HISE-develop\hi_streaming\hi_streaming.h(77,10): fatal error C1083: Cannot open include file: 'ipp.h': No such file or directory (compiling source file ....\JuceLibraryCode\include_hi_tools.cpp)
1>Done building project "HISE Standalone_App.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Build started at 4:40 PM and took 16.477 seconds ========== -
Either install IPP or disable IPP and you should be good to go.
-
@d-healey I did. I did everything to the letter in this video. I sent it from projucer from VS using VS 2022 instead of 2017, however with that seemingly fixed I got this error next after cleaning.
Severity Code Description Project File Line Suppression State
Error MSB8036 The Windows SDK version 10.0.16299.0 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". HISE Standalone_App E:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.Cpp.WindowsSDK.targets 46I did as it said, and it still keeps coming up with this error
-
-
@d-healey I retargeted
-
@gryphonsegg Try installing the SDK it wants
-
@d-healey where do I find that sdk?
-
@gryphonsegg It's been a while since I did this but I think you access it from the visual studio installer, and if I remember correctly you can do this directly from within visual studio.
-
I think if you go to the Tools menu there is a link to get extra features or something which might be the way to go.
-
@d-healey I went to windows sdk and found it in the archives. Why would it want one so old?
-
@gryphonsegg I have no idea, I'm not much up to date on Windows things.
-
@d-healey ok fingers crossed. then I will attack all of your online vids!
-
@gryphonsegg ok this time success!!!
-
@gryphonsegg Excellent! :)