What I`ve tried so far: 1. Try to build brl-cad with Dev-C++ compilers -> failed 2. Succeded in building brl-cad with MVS 2010 3. Succeded in generating brl-cad with MVS 2010 4. After building the project with MVS it failed to generate with MINGW makefile generator and Dev-C++ compilers -> maybe because in cmakelists there is a rule that prevents the generation of the project that was build the day before. 5. Installed both MinGW and Dev-C++ and added their bin folders to my OS environment variables, but CMAKE failed to build the project with MinGW makefile generator and dev-C++ compilers (using the GUI and cmd with the same default generator and/without -DBRLCAD_BUNDLED_LIBS=ON -DCMAKE_BUILD_TYPE=Release commands ) .Tried creating new build folder and deleting every cache etc and running cmake as administrator, but it still fails to compile.