Summary: Should directX include files be removed from applications targeting Windows 8?
Details:
I'm new to developing in Windows and I'm trying to get the NVIDIA SDK to compile on Windows 8 with Visual Studio 2012 (if possible). When compiling I've gotten an error message: Cannot open include file: 'd3dx9.h': No such file or directory
.
I've read the Where is the DirectX SDK? article, but I'm confused about what it is saying to do.
Assuming that I don't care about Windows 7 and only want to test desktop applications on Windows 8 (ignoring Metro for now), do I need to keep the includes such as #include <d3dx9.h>
and #include <d3dx11.h>
that are in the NVIDIA SDK app, or should I remove these includes? If I do keep them what do I need to install so that the files can be found.