From 63680f23d789b2a960bf608ba7abced0c1d1f924 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Tue, 23 May 2023 17:07:56 -0700 Subject: [PATCH] msvc: disable building std modules fixes build failures related to pch --- Source/VSProps/Base.props | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index 9fc87b6713..329c832f51 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -30,6 +30,7 @@ stdc17 stdcpplatest + false true