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 |
|
|
540f2c7a-e4a1-49af-84b4-03eeea1bbf41 |
'symbol' : variable type is new since the last build, or is defined differently elsewhere
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.
-
Change the data type back to its state prior to the error.
-
From the Debug menu, choose Apply Code Changes.
-
From the Debug menu, choose Stop Debugging.
-
From the Build menu, choose Build.