This is completely driving me insane. When I compile my program, I get the following error message:
error LNK2019: unresolved external symbol _D3D11CreateDeviceAndSwapChain@48
I know that I have all of the correct lib / and include directories (x86), and I have tracked the problem down to the fact that if I go to the definition (F12) I get two symbols, one for the DirectXSDK install directory, and one at "c:\Program Files (x86)\Windows Kits\8.0\Include\um".
For the life of me, I have no idea what to do. I have gone through all of the include / exclude directories and I can't get it to resolve, and I don't know what to do. Can anyone help me?