Using this tutorial I managed to install & set up ( partially at least ) ogre. The only problem seems to be that VS can't find the OGRE include files (.h).
C/C++ - General - Additional include directories looks like:
$(OGRE_HOME)\include
$(OGRE_HOME)\include\OGRE
$(OGRE_HOME)\include\OIS
$(OGRE_HOME)\include\Samples\Common\include
$(OGRE_HOME)\include\boost
I also tried running
notepad.exe "%OGRE_HOME%\include\OGRE\OgreCamera.h"
to check if the OGRE_HOME is set correctly and it is.
What can I do to fix this?