Errors setting up DirectX SDK into Visual Studio

Hey guys, I've been trying to set up DirectX into visual studio 2013, and my instructor informed us to add the include and library to directx folder, and he also told us to add dependencies in the Linker, specifically adding d3dx9.lib and d3d9.lib. After doing so I'm still receiving errors such as LPD3DXSPRITE is undefined and basically everything having to to with d3dx9. What is the cause of this and how do i fix this?
Last edited on
msdn website.

https://msdn.microsoft.com/en-us/library/windows/desktop/ee663275%28v=vs.85%29.aspx


I did this not to long ago. All I can remember is that DirectX is included with the visual studio. . and also the msdn website had the only helpful know how. They combined those libraries to make them obsolete in the new visual studio. If you have to you can still use them. They are actually very problematic. search your errors on the msdn website... cheers!
Topic archived. No new replies allowed.