Problems with compiling Ogre: sdkddver.h not found

Problems building or running the engine, queries about how to use features etc.
Post Reply
Venturina
Gnoblar
Posts: 1
Joined: Thu Apr 02, 2015 9:39 am

Problems with compiling Ogre: sdkddver.h not found

Post by Venturina »

Hi,

I try to compile ogre 1.9 for msys / mingw to use it with eclipse on Windows(7).

After some problems with compiling the dependencies, I got them compiled..
But now I got a problem with ogre itself which i'm not able to resolve (maybe I'm not experienced enougth).

I configured and generated the makefiles for msys. If I try to do "make" in the ogre folder I get the following error:

Image

I figured out, that this .h file belongs to the windows sdk and i found it at: C:\Program Files (x86)\Windows Kits\8.0\Include\shared.

So, where do I have to set this path (maybe in the configure window of CMake?) so that this header file will be found?

Thanks
Venturina
Post Reply