710 Errors on VS 2022 compile. how can i solve this?
-
Hey, new to HISE trying to compile standalone release x64 for the first time and its just not doing it.
710 errors and 12914 warnings.
Followed the instructions from the github.
biggest warning is a bunch of thisany ideas where to start to solve this? should i try VS2017?
-
@Emblem those are warnings, not errors, you can ignore those
-
@d-healey Im getting errors and warnings.
at the end of the output it says
1>Done building project "HISE Standalone_App.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
and ther is no HISE.exe in projects>standalone>builds>visualstudio2022.
here are a couple of the errors -
Have you tried following along with this video?
-
@d-healey got it working thanks!
I think my error was not ticking desktop development C++ in visual studio 2022.
I still get errors trying to build with ipp even following the steps in the video.
When you got to 12:52 in the video there is no default USE_IPP=0 in the VS17 or VS22 tab. So I just added it at the top. Perhaps thats where the isssue is.
But for now I'm sorted. I wasnt planning on using the reverb so hopefully I can make do without.
thank you. -
Glad you got it working :)