joshuajnoble / ofxKinectV2

of addon for Kinect V2
47 stars 22 forks source link

Installation Support #4

Open reillydonovan opened 10 years ago

reillydonovan commented 10 years ago

I cannot get the Simple example to work but I think I'm close. I've followed the instructions provided in the downloadable article from here: http://blogs.msdn.com/b/kinectforwindows/archive/2014/07/15/getting-started-with-cinder-and-kinect-for-windows-v2.aspx

The bottom of the article covers OFX. I've followed its instructions, getting the VS2013 build and building project generator then building a project with ofxKinectV2. The end of the article kinda fizzles out with the details regarding this component:

"Note that the add-on is already added but you will need to add the header to your source code and create the required variables to start using the plug-in. At this point, you can refer to the sample project to get more information with using the plug-in code. "

I get the following error from the example-Simple project provided: error C1083: Cannot Open include file: 'KCBv2Lib.h': No such file or directory same for ofxKinectCommonBridge.h

I assume this suggests that I do not have the Kinect Common Bridge Library installed or something related to that library.

Any support / suggestions / help would be great!
Thanks!