Cannot open Windows.h in Microsoft Visual Studio

后端 未结 7 1565
滥情空心
滥情空心 2020-12-03 06:33

First of all: I\'m using Microsoft Visual Studio 2012

I am a C#/Java developer and I am now trying to program for the kinect using Microsoft SDK and C++. So I starte

7条回答
  •  感动是毒
    2020-12-03 07:22

    For my case, I had to right click the solution and click "Retarget Projects". In my case I retargetted to Windows SDK version 10.0.1777.0 and Platform Toolset v142. I also had to change "Windows.h"to

    I am running Visual Studio 2019 version 16.25 on a windows 10 machine

提交回复
热议问题