elliotwoods / ofxKinectForWindows2

Implementation of Kinect For Windows v2 API (not using KinectCommonBridge)
163 stars 70 forks source link

Can´t find ofxKinectForWindows2Lib.vcxproj in the folder. where is it? #81

Closed jpupper closed 5 years ago

jpupper commented 7 years ago

Im following this instructions :

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

Make your project with Project Generator, but do not select ofxKinectForWindows2 as an addon at this stage Open the solution, and add the ofxKinectForWindows2Lib.vcxproj to your solution (right click on the Solution and choose Add > Existing Project...) 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. Go back to Solution Explorer, right click on your project (e.g. 'mySketch') and select 'Add Reference...', and add a reference to ofxKinectForWindows2Lib.

but i can´t find the file ofxKinectForWindows2Lib.vcxproj so I can´t make the solution to work, is there an easy way to do it or other instructive or what im i doing wrong?