Missing files, DirectX SDK (d3dx9.lib, d3dx9.h)

The DirectX SDK installation will add a system environment variable DXSDK_DIR that holds the path to wherever the SDK was installed to. Instead of inserting an absolute path in your Include and Library Directories, I’d recommend using this variable to set the Include and Library path for DX dependencies. As Include Directory add: $(DXSDK_DIR)Include As … Read more