Forum Discussion
gmendieta
7 years agoHonored Guest
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
-. 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
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 2 months ago
- 10 years agoAnonymous