I have done these works:
- Delete intermediate, binary and .vs folders and *.sdf file in root directory of project.
- Change the name of the Project folder to Foo
- Change of every file that have named "MyProject2" to Foo
- Substitute everything that has name “MyProject2” to Foo in Source directory
- Change ProjectName in DefaultGame.ini Note: if you change the name of the game under Description > About > Project Name in editor, that doesn’t need to do this step.
- Open Foo.uproject with a text editor and substitute MyProject2 with Foo in modules section.
- Right click on the Foo.uproject and click generate visual studio project.
- Run Visual studio project and compile it.
- That’s done.
everything now smells with Foo!