Fatal Error C1383

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at Fatal Error C1383.

compiler option /GL is incompatible with the installed version of common language runtime

C1383 occurs when you are using a previous version of the common language runtime with a newer compiler, and when you compile with /clr and /GL.

To resolve, either do not use /GL with /clr or install the version of the common language runtime that shipped with your compiler.

For more information, see /clr (Common Language Runtime Compilation) and /GL (Whole Program Optimization).

Show: