Unhandled exception when building blank project: Version ("1.2") is not supported version

hi @Poeta_Kodu Thank you for the patch,
Move to the local directory containing the repository you have the source code in using Git Bash or Git CMD and type the command to check remote

Add a new remote
$ git remote add remV22503 https://github.com/EpicGames/UnrealEngine.git

The next command gets the pull request and uses the temporary branch ‘UEvs2200’ to merge the pull request into the repository.

$ git pull remV22503 pull/9067/head:UEvs2200

$ git status
Look for

nothing to commit, working tree clean