Hi dear community,
today, I just wanted to try some stuff , so I simply created a project called ‘Test’:
When I tried to add some C++ code, I got an error message, saying that compiling the necessary game moule failed:
However, the corresponding class files (header and source) were generated, as adding the same class again failed due to duplicate filenames:
The log shows the following errors:
I don’t think this is an extremely bad error, since most projects won’t be called ‘Test’ (and ‘TestA’ for instance works perfectly - so only plain ‘Test’ causes problems). However for beginnerst who just want to try some stuff witout having ambitions to create a comple game initially, this could be quite confusing and maybe should be adressed in a post/warning in the editor, changed to work or forbidden completely. I tried other project names (e.g. ‘MyProject’, ‘Project’ or even ‘TestProject’) and with those adding C++ files was no problem. So I don’t hink I have corrupted engine files (I also already reinstalled it, including the Epic Games Launcher which changed nothing).
My engine version is 4.7.2 (but it also didn’t work with 4.7.1).
Best regards,
** :)**