Elior
Elior

Reputation: 3266

Oculus Rift VR with C++

I have the Oculus Rift VR and I downloaded the SDK from their website. I'm using Visual Studio 2010 Pro, and I did all they mentioned in the WIKI page Minimal Oculus Application Tutorial.

I added the lib files and all the things they said. But I'm getting a lot of errors when I add the line #include "OVR.h"

it doesn't find all the header files they have in this file. even though I did all they mentioned TWICE!

any help?

Upvotes: 1

Views: 2136

Answers (1)

Elior
Elior

Reputation: 3266

OK the problem was that some VS files were missing somehow.. so I installed Visual Studio again. the missing files were "math.h" and etc.. so the problem was from visual studio.. not from the Oculus SDK.

hope this will help you too..

Upvotes: 3

Related Questions