C++ Xcode 14 macOS13 ('gurobi_c++.h' file not found)
AnsweredHi,
I have an issue about using Gurobi in Xcode(C++), I would be happy if you show me how to solve this error (Gurobi_c++.h' file not found) in Xcode
I have the license and use it in Python properly but about C++ with Xcode i can't fix this error!
0
-
Hi Milad,
You need to add the path to the header file: \(\texttt{\$GUROBI_HOME/include/}\).
If you don't have this file you need to install Gurobi installation (it will usually live under \(\texttt{/Library/}\) on a mac).
If you are using CMake, check out our article: How do I use CMake to build Gurobi C/C++ projects?Cheers,
David0
Please sign in to leave a comment.
Comments
1 comment