Visual C++ 2005 and Direct X opening header problem
When the direct sdk is installed and the line
#include<d3d9.h>
is added. I get the error on compile
1>.\main.cpp(8) : fatal error C1083: Cannot open include file: 'd3d10.h': No such file or directory
What am I doing wrong?

