d3dx11.lib not found?
问题 I'm using Windows 8 / Visual Studio 2012, C++11 and Direct3D 11 for development. I include the Direct3D libraries like this #pragma comment(lib, "dxgi.lib") #pragma comment(lib, "d3d11.lib") #pragma comment(lib, "d3dx11.lib") // <-- error LNK1104: cannot open file 'd3dx11.lib' #pragma comment(lib, "d3dx10.lib") However, the linker can't seem to find the d3dx11.lib . After adding the path where the library is located to the 'Library directories' of the project, the linker still can't find