from https://visualstudio.microsoft.com/ or Microsoft Store
find in the project folder file projectName.vcxproj
open it with Visual Studio 2022
click run main.cpp
download compiler GCC + MinGW from https://winlibs.com/
open archieve directly into C:
storage
set system Environment Variable Path to your bin folder in mingw64 folder
should be C:\mingw64\bin
for example CodeLite: https://codelite.org/
add existing compiler to build settings (set the same path to bin C:\mingw64\bin
)
click Build and Execute to run.