Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2012/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual c++ 角度(OpenGL)windows.h缺失/VS12_Visual C++_Visual Studio 2012_Opengl Es_Directx_Angle - Fatal编程技术网

Visual c++ 角度(OpenGL)windows.h缺失/VS12

Visual c++ 角度(OpenGL)windows.h缺失/VS12,visual-c++,visual-studio-2012,opengl-es,directx,angle,Visual C++,Visual Studio 2012,Opengl Es,Directx,Angle,我尝试在W8 x64上用VS12编译ANGLE。系统是干净的安装,因此VS12使用新配置,而不是VS10配置 我根据他们的教程设置了所有内容,但是VS仍然无法定位windows.h。 这是我使用的教程: 错误4错误C1083:无法打开包含文件:“windows.h”:没有这样的文件或目录u:\angleproject\include\egl\eglplatform.h74 1 libEGL 该项目是为VS10创建的,要在VS12中编译它,我必须将其升级到VS12配置 在一个新的VC++项目中,V

我尝试在W8 x64上用VS12编译ANGLE。系统是干净的安装,因此VS12使用新配置,而不是VS10配置

我根据他们的教程设置了所有内容,但是VS仍然无法定位windows.h。 这是我使用的教程:

错误4错误C1083:无法打开包含文件:“windows.h”:没有这样的文件或目录u:\angleproject\include\egl\eglplatform.h74 1 libEGL

该项目是为VS10创建的,要在VS12中编译它,我必须将其升级到VS12配置

在一个新的VC++项目中,VS定位windows.h没有问题