Download CMake if you dont have it already.
Launch CMake
Enter the "Where is the source code:" as the root directory of the repository(where CMakeLists.txt is).
Enter the "Where to build binaries" as the root_directory_of_the_repo/build.
Press to Cofigure and enter your compiler preferences and VS version.
Press Generate.
Go to build folder and find chroma.sln file and double click.
Build and run in VS.
NOTE: if VS gives an error about that it cannot find .exe file try setting the exe directory manually by:
Rigth click to ALL_BUILD -> properties -> Debugging-> command -> -> find at bin/Debug/chroma.exe