I am trying to run an exe from this Directx-11 tutorial website:tutorial5 (exe at the end of the page), but I get the error "Could not initialize Direct3d".
I get the same error when I download the solution and run it on Visual Studio 2013 or Visual Studio 2010.
- I have installed the latest DirectX (installed using "DirectX End-User Runtime Web Installer": link)
- I also installed DirectX 9 SDK from here: DirectX 9 SDK June 2010
- dxdiag shows Direct3d "Enabled".
- I updated the "Intel HD Graphics library on core i5" to the latest driver.
What am I missing? How can I run Directx-11 applications on my machine?
Thanks!