Hello,
This may sound like a stupid question. I am new to cinder using git clone. I’m trying to build cinder with CLion by following this guide: https://github.com/cinder/Cinder/wiki/Cinder-CMake-Documentation#running-a-cinder-sample-directly-from-cinders-main-project
I have tried to build the samples with CLion but with little to no success. The OpenGL samples works but for some odd reason, a few other projects are struggling to build. I get many errors like “Earth.h” file not found even though it is included in the folder for the specified sample. I have explicitly tried to include with the full path directory directly in the .cpp file but with no success.
Any help is highly appreciated!
Thank you,
Nowarez