Compiler Warning (level 1) C4655
Visual Studio 2015
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 Compiler Warning (level 1) C4655.
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.
Show: