Technical requirements
To explore the creation of C++ projects and editing C++ code, it is necessary to have VS installed on your system.
VS has both Windows and macOS versions. It also has Community, Professional, and Enterprise editions. The examples of this book are based on the VS 2022 Windows Community edition.
Since VS is an IDE that you will use for C++ scripting, being familiar with the development environment and the scripting skills is a prerequisite.
The code for this chapter can be found at https://github.com/PacktPublishing/Unreal-Engine-5-Game-Development-with-C-Scripting/tree/main/Chapter02/MyCPP_01.