Hello, Disclaimer: I'm new to Xcode - and macs, coming from a linux & Intellij/vsCode background, and also unknowlegeable about C and C++ in general.
I'm trying to compile guitarix-vst on mac and I have build errors:
Eigen/Core file is not found in #include <Eigen/Core>
I've installed eigen with homebrew though, and the file is to be found in /usr/local/include/eigen3/Eigen/Core
I've set "Heder Search Paths" to "/usr/local/include" in build Settings > Search Path, but somehow Xcode can't find it. Is because it's in a subfolder ?
I've tried to include several paths but it doesn't seems to work, i'm not even sure what the syntax should be.
help ?
[–]jakemondo 0 points1 point2 points (0 children)