Hello.. I installed the right Gurobi and the update license. I try to run mip1_c++.cpp. When I run this file in Clion. It told me that
fatal error: 'gurobi_c++.h' file not found
#include "gurobi_c++.h"
I believe that it is something about initialization, in order to let the directory of gurobi_c++.h file in the include directory. However, it does not say anything about how to do that in the Gurobi documentation. I am completely illiterate in dealing with argument in Terminal(I use MAC OS).. Can anyone tell me how can I run the mip1_c++.cpp file in Clion ??
Best,
Ethan