I'm using biicode 3.3 with Miguel's v5 SDL2. https://www.biicode.com/miguel/sdl2
I'm using Windows 7 Mingw32 to compile SDL2 dependencies. But the SDL build falls on it's face when it cant find dxgi.h. I noticed at one point this was a reported problem, because of the caps, but has been fixed now.
I've also installed DirectX 9 SDK, Windows 7 SDK and Windows 8 SDK. How can I tell biicode/cmake where to find the Windows SDK header files when it attempts to build SDL for my project? I noticed the "dxgi.h" is located in the Windows 8 SDK, but biicode or mingw doesn't know it exist. So I'm still running into the
C:\MyProject\bii\deps\miguel\sdl2\src\video\windows\SDL_windowsvideo.c:250:18: fatal error: dxgi.h: No such file or directory
#include <dxgi.h>