I'm trying to compile SDL2 from the latest stable release (2.0.0). The build fails on Windows 8 in Visual Studio 2012 because of missing DirectX headers, specifically dxsdkver.h
. I know that Microsoft merged the DirectX and Windows SDKs together in Windows 8, but I can't find this header anywhere in the Windows 8 or Windows 8.1 SDKs. However, I can find it in the old June 2010 DirectX SDK.
Is there a replacement for this header or has it been moved/renamed in the new Windows 8 SDKs? Or should I just continue to build against the old DirectX SDK?