Since no one was able to answer the question about FTE ...
I do not like the mass of default settings in Visual C ++ projects. I decided to make a standard blank for myself - I created a project, carefully set properties, created a source code with template text included in the project. Saved as a template. Everything is there, everything opens, the project is being created.
There is only my source file with the source code. When trying to add it yourself to .zip and register as <ProjectItem> , it seems to be indicated in the project, but when you try to open it, it is reported that there is no such file (and it really is not in the created directory).
For some reason, this question has been completely ignored on the Internet (at least I could not find the answer).
Tell me what am I doing wrong? How to make the source to create (with the name selected for the project), and that it was automatically opened in the editor window?