Editor crash on startup

My project is keep crashing on startup after I made a mistake on a Pawn cpp. I already fixed and saved the change in the code, I can also start the project from Visual Studio without an issue but I don’t know how to make the editor realize that I made the changes.

  • I tried to send my changes to source control and get latest - didn’t work
  • I tried to build and start debugging from Visual Studio then save the project - didn’t work
  • I tried to generate project files - didn’t work

Is there any other way to let the Editor know that I made the changes?

SOLVED

Running it from VS and Refresh Visual Studio Project then save worked.