Creating a second Strategy Game project, and leaving it as the default name (StrategyGame2) will prevent it from being compiled. The compile fails because the files are not properly renamed to match the new project name. There are also references to StrategyGame classes in the code, instead of StrategyGame2 classes.
Found in 4.10 binary. Reproduced in 4.9.2 and Main CL
1. Open the Launcher
2. Create 2 Strategy Game projects without changing the name of the project
3. Open the project
4. Attempt to build the project
Result: The project fails to build
Expected: The project files would update instances in the code of StrategyGame to StrategyGame2 and the project would compile successfully.
Head over to the existing Questions & Answers thread and let us know what's up.