I have been preparing for a coding competition, so I decided to make a VS project template in order to not be having to copy-pase the standard include
statements into every new solution file.
After some research, I figured out how to get this done, however, there is one little thing that still bothers me. When loading the -standard- console application template, the source file is automatically opened. However, when creating a source file form my own template, I have to open the cpp source file manually the first time I am working on the code.
Is there any way I can change the template file such that my source file is automatically opened when starting a new project based upon this template?
I am using visual studio 2019