0

I'm facing a problem when trying to implement an OGRE iOS project. I downloaded and installed the OgreSDK and XCode templates from here.

I'm getting this error: OgreCamera.h file not found.

dcaswell
  • 3,137
  • 2
  • 26
  • 25
Vijay
  • 174
  • 2
  • 9

1 Answers1

0

Most likely the path to the OgreSDK is wrong or missing, so that the required include files such as OgreCamera.h cannot be found. So please double-check your paths.

Philip Allgaier
  • 3,505
  • 2
  • 26
  • 53