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: