I'm trying to build old DirectX9 game examples on Visual Studio 2019 but I keep getting the following errors:
I've seen around on various forums that I just need to link dinput8.lib and dxguid.lib to my project. I have but I keep getting the same errors.
Is there anything else I can do?
Thanks