To run project, create a Visual Studio Solution using CMake
In the project folder, create a new folder called "build", in cmake, link where the source code is, then link your build folder.
Configure & Generate the solution, then go into your build file and run the RayTracer.sln solution file.
NOTE: Before running the project, don't forget to setup "raytrace" as your startup project!