How to change path to source files

Maybe it’s a bit strange question. Previously my launcher was installed to D:/unreal engine/unreal engine. So path to 4.6 engine was: D:/unreal engine/unreal engine/4.6. Now I reinstalled UE4 and my new path to launcher is D:/unreal engine/epic games. But when I’m trying to compile my previous project it gives me an error. Because it tries to find files at old path.

1>------ Build started: Project: Test1, Configuration: Development_Editor x64 ------

1> Системе не удается найти указанный путь.

1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets(38,5): error MSB3073: The command ““D:\Unreal Engine\Unreal Engine\4.6\Engine\Build\BatchFiles\Build.bat” Test1Editor Win64 Development “D:\Unreal Engine\UnrealProjects\Test1\Test1.uproject” -rocket” exited with code 3.

So how can I change it? I tried to rename directory, but id doesn’t look like good solution. And when I’m installing launcher it doesn’t give me a choice to rename installing directory.

Solved it. Editor, File->Refresh Visual Studio Project fixed it.

Thanks for this! I was stuck trying to figure this out for over an hour lol I really did not want to manually change all the source directory path locations.

спасибо, долго это искал