Skip to content

Instantly share code, notes, and snippets.

@error454
Created June 14, 2018 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save error454/a16f4a07c63a4d56cf73c6c7989c50fe to your computer and use it in GitHub Desktop.
Save error454/a16f4a07c63a4d56cf73c6c7989c50fe to your computer and use it in GitHub Desktop.
Force UE4 to use 2017 toolchain without passing any -2017 flags
<?xml version="1.0" encoding="utf-8" ?>
<Configuration xmlns="https://www.unrealengine.com/BuildConfiguration">
<VCProjectFileGenerator>
<Version>VisualStudio2017</Version>
</VCProjectFileGenerator>
<WindowsPlatform>
<Compiler>VisualStudio2017</Compiler>
</WindowsPlatform>
</Configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment