Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 517 Bytes

fatal-error-c1038.md

File metadata and controls

15 lines (12 loc) · 517 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Fatal Error C1038
Fatal Error C1038
08/17/2022
C1038
C1038
560dccb8-5b45-46f0-9412-caa4a6172aef

Fatal Error C1038

compiler limit : function : control flow state too complex; simplify function

The function has more control-flow states than the compiler can handle. Simplify control flow or split the function into smaller functions.

This error is obsolete in Visual Studio 2022 and later versions.