- Create new project
- Select "Empty Project" (C++)
- Give a name to the project and the solution
- Open the Package Manager Console
Tools > NuGet Package Manager > Package Manager Console - Install packages
- nupengl.core
install-package nupengl.core - glm
install-package glm
- nupengl.core
Alternatively, you can also use the NuGet package manager to browse and install packages:

- Go to
Tools > Options > Environment > Keyboard - Search for the command "ClassViewContextMenus.ClassViewProject.Debug.StartNewInstance"
- Assign a new shortcut key/s, for example
Shift + F5 - Now you can launch a new debug instance on the project of the currently open file by clicking your key/s
NB: that's mostly useful when you have multiple projects in the same solution, so you don't have to change the startup project each time.