Warning C4828

We have removed follwing block at VCToolChain.cs, and it works.

===================================

        // Fix Incredibuild errors with helpers using heterogeneous character sets
        if (Compiler >= WindowsCompiler.VisualStudio2015)
        {
            Arguments.Add("/source-charset:utf-8 /execution-charset:utf-8");
        }

===================================