Cannot open Windows.h in Microsoft Visual Studio

后端 未结 7 1519
滥情空心
滥情空心 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<windows.h>

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

    0 讨论(0)
提交回复
热议问题