Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.08 KB

compiler-warning-level-1-c4655.md

File metadata and controls

29 lines (19 loc) · 1.08 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4655
Compiler Warning (level 1) C4655
08/27/2018
C4655
C4655
540f2c7a-e4a1-49af-84b4-03eeea1bbf41

Compiler Warning (level 1) C4655

'symbol' : variable type is new since the last build, or is defined differently elsewhere

Remarks

You changed or added a new data type since the last successful build. Edit and Continue does not support changes to existing data types.

This warning is followed by a Fatal Error C1092. For further information, see the Supported Code Changes.

To remove this warning without ending the current debug session

  1. Change the data type back to its state prior to the error.

  2. From the Debug menu, choose Apply Code Changes.

To remove this warning without changing your source code

  1. From the Debug menu, choose Stop Debugging.

  2. From the Build menu, choose Build.