Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
gmendieta's avatar
gmendieta
Honored Guest
7 years ago

SDK Win 1.32 LibOVRKernel project

Hello everyone. I just downloaded the sdk yesterday and tried to compile both LibOVR and LibOVRKernel using VS2017 projects. LibOVR compiled properly. Anyway, LibOVRKernel did not even open the project. The issue is that there is a cycle when processing .props files. The project includes SDK main folder common.props, that includes .msvr/common.props which again tries to search for all common.props files from parent folder. This last recursive include finds the first common.props, raising a VS kind of cycle error. 
-. SDK\common.props -> SDK\.msvc\common.props -> SDK\common.props

I have commented the include line in .msvr/common.props and it compiles right now, but of course the props overriding behaviour is not working anymore.

Did anyone face the same issue??

Thanks
No RepliesBe the first to reply