The SDK version currently in use is kinectsdk-v2.0-publicpreview1409-setup.exe.
: Click to open link
1, in the Property Manager window, right-click debug| Win32, select Add New Project property Sheet.
2, Select Property Sheet (. Props), Name:kinect_projectd,location: Select the project home directory, so that you can use Kinect later, the configuration will be added directly kinect_ Projectd.props.
3, Select Add, double-click kinect_projectd, select VC + + directories, configure Include directories,
Add to:
$ (Kinectsdk20_dir) \inc
4,to set up the library directories, add the Kinect library directory in:
$ (kinectsdk20_dir) \lib\x86;
5,Select linker->input-> Additional dependencies to add:
Kinect20.lib;
6, and finally add in your project header file:
At this point, the entire building is completed ^-^
Kinect for Windows V2 sdk+ VS2012 Environment setup