i'm currently trying to create some basic's with DirectX, but i'm currently stuck because i cant seem to find the external symbol "CreateDXGIFactory2".
I've included the lib "dxgi.lib" but it cant find the external symbol. I've also looked in the lib itself and it's not inside there.
...I'm missing a external symbol for some reason:
Error LNK2001 unresolved external symbol CreateDXGIFactory2 ConsoleApplication2
Does anyone know in which lib i have to link?