[Bug]Generating project files breaks build

I fixed this bug by myself. I changed this:

…ToUpper();

into this:

…ToUpper(new CultureInfo(“en-US”, false));

This is in UEBuildModule.cs

You can see this in the screenshot: