Build errors with Ogre 2.1 Visual studio 2017 Topic is solved

Discussion area about developing with Ogre-Next (2.1, 2.2 and beyond)


Post Reply
Kayway
Gnoblar
Posts: 2
Joined: Mon Mar 05, 2018 1:15 pm

Build errors with Ogre 2.1 Visual studio 2017

Post by Kayway »

Hi.
I am very new to ogre and is my first time trying to build it i followed this guide and other than moving the OIS and SDL dll files so that cmake configures ogre without error, everything was going well, however when i build ogre it states that im missing ogremain_d and ogreOverlay lib files.
And this seems to be the first error:
C:\Ogre\OgreMain\src\OgreAssert.cpp(154): fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "OgreStableHeaders.h"' to your source?
Any help would be greatly appreciated thanks.
User avatar
dark_sylinc
OGRE Team Member
OGRE Team Member
Posts: 5299
Joined: Sat Jul 21, 2007 4:55 pm
Location: Buenos Aires, Argentina
x 1279
Contact:

Re: Build errors with Ogre 2.1 Visual studio 2017

Post by dark_sylinc »

Fixed, thanks for the report. It was my fault, I broke that very recently.

Cheers
Kayway
Gnoblar
Posts: 2
Joined: Mon Mar 05, 2018 1:15 pm

Re: Build errors with Ogre 2.1 Visual studio 2017

Post by Kayway »

Yeah Just used the new branch now and works perfectly thank you
Post Reply