You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check that in the Select Projects Tab only the Projects you want to compile are selected,
Press Create CMake and run CMake from the Action Buttons: this will create build configuration files for your project (creates the CMake files and calls configure and generate in CMake),
(optional, only for windows) Press Launch IDE from the Action Buttons: this will open Visual Studio and load the created solution,
Compile your project using the selected compiler in the Options Tab.