How to fix copy template error?

I am trying to create a good project template. I added it to the repository (Project → Add to Repository). My project contains subfolders

enter image description here

And when I select a recently added project from the File menu, I get such errors enter image description here

for all files in subfolders. It seems that the IDE does not understand that I need to create these folders for me.

How can I make the IDE understand what needs to be done?

+4
source share

Source: https://habr.com/ru/post/1627641/


All Articles