Copied Engine to other SSD, now Debugging Symbols won't load

hi,

i moved the Engine to a different SSD. Now i can’t use breakpoints in Visual Studio. It always uses the old Path to load Debugging Symbols…
I reinstalled the Engine and it didn’t fix the Problem. Rebuilding VS files didn’t help too…

Any Solution?

Edit: i copied the Engine back to the old SSD. But still, i can’t use Breakpoints. It always says “no symbols loaded for this document”
Yesterday it worked without problems…

Seems it works again. I don’t know why…

Most likely you need to regenerate VS project files to correct pathing to symbols to new engine location, it happens automatically if you use create class wizard in editor, that might be why it fix itself.