Prerequisites - alcapwny/CodinGameCppFramework GitHub Wiki
As mentioned in the home page this framework was made with a Windows/Visual Studio local work environment in mind. As such, the prerequisites will reflect that.
Visual Studio 2019
- Grab the free community edition if needed
- Install the .NET desktop development workload
- Install the Desktop development with C++ workload
- Install the Windows 10 SDK 10.0.17763.0 component
- Sharpmake files are currently setup to use Windows 10 SDK (10.0.17763.0)
- Make sure that you can compile and run projects targeting .NET Framework 4.7.2
- Update to >=16.8 if you are having any issues.