Open the Visual Studio Command Prompt, and from the root directory, do: $ mkdir build $ cd build To build, run: $ cmake -DVTIL_BUILD_TESTS=ON .. $ cmake --build . --config Release