C++ Compile Error "Couldn't find target rules file for target"

there were 2 ** on line 52…

Thanks, works now :smiley:
But when I build the game (to the exe) it crashes on boot.

I had this issue when creating projects on one of my computers. For some reason projects created on one of the computers create the following setting in the .uproject file (just open it with a text editor):

“Enterprise”: true,
I removed the setting from the .uproject file and now it compiles.

I also succeeded in building again using @Roel’s instructions.