I come to this forum hoping for an answer or to be directed to a site that will
help.
My environment:
windows 7
Visual studio c++ 2013 express
The code I am working on opens a blank window.
I have headers that cause the compiler to throw 3 error messages.
The headers in question are:
#include <d3dx11.h>
#include <d3dx10.h>
The error messages are:
2 IntelliSense: cannot open source file "d3dx11.h" c:\Users\Owner\Documents\Visual Studio 2013\Projects\InitializeDirecctx3D\InitializeDirecctx3D\main.cpp 5 1 InitializeDirecctx3D
3 IntelliSense: cannot open source file "d3dx10.h" c:\Users\Owner\Documents\Visual Studio 2013\Projects\InitializeDirecctx3D\InitializeDirecctx3D\main.cpp 6 1 InitializeDirecctx3D
Error 1 error C1083: Cannot open include file: 'd3dx11.h': No such file or directory c:\users\owner\documents\visual studio 2013\projects\initializedirecctx3d\initializedirecctx3d\main.cpp 5 1 InitializeDirecctx3D
I'm stumped !!
In the past you just had to download the Directx SDK, but now there isn't one with Directx 11.
Directx 11 is integrated into Windows SDK
.
Any advice would be very appreciated!