- Visual studio 2022
- MSVC toolset v134 (or you can just import the default.vsconfig that lies at the root of the project)
- Windows 10 SDK (10.0.19041.0)
- .\get_submodules.bat
- Got to the Samples folder and choose any available sample
- .\generate_vs2022.bat
- .\cmake_output\build_win64\SampleName.sln
- Install the Smart Command Line Arguments extension for visual studio. It will help you, believe me
- Use the command line arguments in order to properly launch the project
-project_root=/path/to/sample/root
(mandatory) is used to set a project root-wfd
(optional) is to wait for the debugger to attach to the process before continue processing
F2
to reload game scripts