include file not found

Problems building or running the engine, queries about how to use features etc.
Post Reply
pawanrai9999
Gnoblar
Posts: 2
Joined: Sun Jun 15, 2014 5:28 am

include file not found

Post by pawanrai9999 »

I downloaded ORGE1.9 for vc10. I downloaded Ogre_VC10_Express_AppWizard_1.8.0.exe from https://bitbucket.org/jacmoe/ogreappwiz ... _1.8.0.exe.
After installing i am getting error include file not found.
I done all things correctly.
Thanks in advance.
:D
User avatar
c6burns
Beholder
Posts: 1512
Joined: Fri Feb 22, 2013 4:44 am
Location: Deep behind enemy lines
x 138

Re: include file not found

Post by c6burns »

There are some breaking changes between 1.8 and 1.9 which were not updated in the app wizard. I have my own app wizard I use locally, but I never submitted anything to keep that repository updated :( I should do that.

You can use the BaseApplication.cpp and .h from here: http://www.ogre3d.org/tikiwiki/Ogre+Wik ... +Framework
Just copying and pasting the ones for 1.9 into the ones created by the app wizard should work.

Then add $(OGRE_HOME)\include\OGRE\Overlay; into C/C++ -> General -> Additional Includes

Then add OgreOverlay.lib into Linker -> Input -> Additional Dependencies
Post Reply