Force Visual Studio to ignore Windows SDK
Posted by Technical_Error4398@reddit | learnprogramming | View on Reddit | 0 comments
Hello, I'm trying to build an old program that needs an old version of DirectX. The issue is that DX is included with the Windows SDK now, so it keeps conflicting with the old DXSDK I'm trying to use. I've tried excluding the path and rearranging my include paths to have the WinSDK first. Anyone have any ideas?