Skip to content

Instantly share code, notes, and snippets.

@the-nose-knows
Created October 19, 2018 21:11
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 the-nose-knows/ce20301e13c87c5e511ebf7bbcce504a to your computer and use it in GitHub Desktop.
Save the-nose-knows/ce20301e13c87c5e511ebf7bbcce504a to your computer and use it in GitHub Desktop.
Adding WinRT to a Visual C++ 17 project in Visual Studio

Adding WinRT to a Visual C++ 17 project in Visual Studio

  1. Open the project's Properties panel
  2. Go to the C++ section, then Commandline
  3. Add this for all platforms and configurations: /Zc:twoPhase-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment