Configure files in Template folder are output to the include directories of the main engine, which is not a very good practice. It may accidentally override files with the same name if the output name is changed in the future.
Suggestion
Output of such files should be transferred to build folder, i.e., binary output, and add the output folder to include path.
Current state
Configure files in
Template
folder are output to the include directories of the main engine, which is not a very good practice. It may accidentally override files with the same name if the output name is changed in the future.Suggestion
Output of such files should be transferred to build folder, i.e., binary output, and add the output folder to include path.