I'm rather new to Visual Studio and am trying to get Kinect running with it.
However, when I tried adding Kinect as a reference in my UWP project, I got an error saying
The SDK "WindowsPreview.Kinect, Version=2.0" depends on the following SDK(s) "Microsoft.VCLibs, version=12.0", which have not been added to the project or were not found. Please ensure that you add these dependencies to your project or you may experience runtime issues. You can add dependencies to your project through the Reference Manager
I found something slightly similar in stack overflow, the answer recommend installing UWP tools and repairing the Visual Studio. I tried those but it still didn't work. By the way, I'm using Windows 10 and Visual Studio 2017 Commmunity Edition.