I was wondering how to install DirectX SDK so I can use it in my C++ project. I installed DirectX but I'm not entirely sure what I need to do beyond that to get it working with my IDE. Right now I use Eclipse but I'd take instructions for Visual C++ or anything, really.
I've tried fiddling around on my own but I just can't get it.
Here's the type of thing I'm getting:
#include <D3DX9.h>
fatal error C1083: Cannot open include file: 'D3DX9.h': No such file or directory