문제

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?

도움이 되었습니까?

해결책

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..

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top