I'm trying to build the basic firebreath (1.7) on visual studio community (2015). The compiler is found but the ATL/MFC headers and libraries not.
I've then installed the WDK https://msdn.microsoft.com/nl-nl/windows/hardware/dn913721.aspx, but still it fails:
CMAKE parameters:
D:\firebreath\Tutorialtestplugin\build>cmake -G "Visual Studio 14 Win64" -DFB_PROJECTS_DIR="D:\firebreath\Tutorialtestplugin" "D:\firebreath\Tutorialtestplugin\firebreath"
Error:
CMake Error at cmake/Win.cmake:126 (message): FireBreath on windows requires ATL/MFC libs to be installed. Please download the Microsoft DDK and install the build environments in C:\WinDDK Call Stack (most recent call first): cmake/common.cmake:31 (include) CMakeLists.txt:41 (include)