Corrupted Project?

I tried to add a C++ script to a cylinder and every time I launch the project it pops up with the following
image
, I have no clue how to fix it and if anyone could help I would lppriciate it!

There are several options (assuming that you clicked “yes” and it didn’t work):

  • Try to compile with visual studio, see where the error is and fix it
  • Remove the script you added from the module SCP_Memories
  • If SCP_Memories is a plugin, remove it from the plugins folder and see if the project starts

@Ares9323 How would I recompile in visual studio, could you elaborate and guide me through it?

I can, but you need to provide me more data…

  • Is yours a C++ or a BP only project?
  • Do you have visual studio installed?
  • Is SCP_Memories the name of your project or a plugin?

C++
Yes
Project

@Ares9323

In your project folder you should have a .sln file, if you don’t have it (but you really should if it’s C++) right click the .uproject file and create it:
image

Open it, and then be sure to select “Development editor” in the top bar:
image

In the Solution explorer, right click your project and click “Build” or “Rebuild” (the first one only compile files changed from the last build, the other one rebuilds everything so it’s slower, but sometimes it’s needed)

image

If there’s any error it should pop up in the console

i love you it worked

1 Like