Compiler Warning (level 1) C4655
Visual Studio 2005
' 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.
To remove this warning without ending the current debug session
-
Change the data type back to its state prior to the error.
-
From the Debug menu, choose Apply Code Changes.
To remove this warning without changing your source code
-
From the Debug menu, choose Stop Debugging.
-
From the Build menu, choose Build.