diff --git a/vs15.config b/vs15.config index 4c5f41f..35f7f70 100644 --- a/vs15.config +++ b/vs15.config @@ -5,6 +5,7 @@ "Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Win81", "Microsoft.VisualStudio.ComponentGroup.NativeDesktop.WinXP", "Microsoft.VisualStudio.Component.VC.ATL", + "Microsoft.VisualStudio.Component.VC.ATLMFC", "Microsoft.VisualStudio.Component.VC.CMake.Project", "Microsoft.VisualStudio.Component.Windows10SDK.17763", "Microsoft.VisualStudio.Component.Windows81SDK" diff --git a/vs16.config b/vs16.config index b6facac..6869520 100644 --- a/vs16.config +++ b/vs16.config @@ -6,6 +6,7 @@ "Microsoft.Component.VC.Runtime.UCRTSDK", "Microsoft.VisualStudio.Component.VC.ASAN", "Microsoft.VisualStudio.Component.VC.ATL", + "Microsoft.VisualStudio.Component.VC.ATLMFC", "Microsoft.VisualStudio.Component.VC.CMake.Project", "Microsoft.VisualStudio.Component.VC.Llvm.Clang", "Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset",