Closed lenbang closed 3 years ago
I’m not familiar with qtcreator If you check the settings in this props file you can see the include paths you need https://github.com/elliotwoods/ofxKinectForWindows2/blob/master/ofxKinectForWindows2.props
If it doesn’t work, I’d add the Kinect SDK include directory manually in your project (Bare absolute path, without the system macro)
Hey there, I’m new to openFrameworks
I have it installed in E:/of/openFrameworks and examples I’ve tested that came with it work perfectly!
I pasted the addon into addons/ofxKinectForWindows2 and now can’t get any examples to work. I pasted them into openFrameworks/examples/ofxKinectForWindows2, and tried to add them to qtcreator as File > New Project, then “Import existing oF Application…”
Then I can uncomment the section
But when I go to build, it cannot find the “Kinect.h” file - No such file or directory. I have read the comments, and the readme: Yes, I do have the latest version of Kinect for Windows SDK installed, and yes, I have restarted. It is located just where the library install guide screenshot indicates:
“C:\Program Files\Microsoft SDKs\Kinect\v2.0_1409\inc” And yes, it is system variable “KINECTSDK20_DIR” on my machine
Looking at the guide for Visual Studio, it says to
How do I do this in qtcreator? How to I get the right references or property sheet or whatever to find the kinect sdk? Do I have to edit the “addon_config.mk”?