c++ - Code::blocks not detecting Ogre header file? -
i'm still pretty new c++ , have flowed these steps set ogre 3d. seemed working, when went build code, got error: fatal error: ogrecamera.h: no such file or directory
. after going through , reviewing, find nothing. ogre_home has correct path , project build options search directories compiler includes:
$(ogre_home)\include $(ogre_home)\include\ogre $(ogre_home)\include\ois $(ogre_home)\boost
i cant seem figure out why getting problem , results found told me fix these 2 things. appreciated.
in codeblocks want goto build options, there click on project name. after click on search directories, click add add 4 of include paths.
Comments
Post a Comment