Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

Qtcreator KinectForWindows2 Kinect.h No such file or directory compile error

$
0
0

@langb wrote:

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!

But what I really want to do is use this addon: https://github.com/elliotwoods/ofxKinectForWindows2 on Windows, obviously. I pasted the addon in addons/ofxKinectForWindows2

I 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, the “Import existing oF Application…”

Then I can uncomment the section

     of.addons: [
         'ofxGui',
         'ofxOpenCv',
         'ofxKinectForWindows2', //**and add this line, which fixed missing "ofxKinectForWindows2.h"
     ]

But when I go to build, it cannot find the “Kinect.h” file - No such file or directory. It is listed to #include as part of the ofxKinectForWindows2 addon. 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

Try the examples to see if they build and run. Then try with your own project:

  1. Make your project with Project Generator, but do not select ofxKinectForWindows2 as an addon at this stage
  2. Open the solution, and add the ofxKinectForWindows2Lib.vcxproj to your solution (right click on the Solution and choose Add > Existing Project... )
  3. In Property Manager (open it from View -> Other Windows -> Property Manager ), right click on your project to select Add Existing Property Sheet... and select the ofxKinectForWindows2.props file.
  4. Go back to Solution Explorer , right click on your project (e.g. ‘mySketch’) and select ‘Add Reference…’, and add a reference to ofxKinectForWindows2Lib

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”?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles