Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1 KB

fatal-error-c1011.md

File metadata and controls

24 lines (16 loc) · 1 KB
description title ms.date f1_keywords helpviewer_keywords
Learn more about: Fatal Error C1011
Fatal Error C1011
08/17/2022
C1011
C1011

Fatal Error C1011

cannot locate standard module interface. Did you install the library part of the C++ modules feature in VS setup?

Remarks

Use of standard modules requires the C++ Modules for version build tools component. You can add the component to your Visual Studio installation by using the Visual Studio Installer.

To install the C++ Modules build tools

  1. Open the Visual Studio Installer. In Visual Studio Installer, choose Modify next to your installation of Visual Studio, and then select the Individual components tab.

  2. In the Individual components list, scroll down to Compilers, build tools, and runtimes and select the C++ Modules for version build tools component.

  3. Choose Modify to continue with the installation.

When installation completes, you're ready to use C++ Modules in Visual Studio.