Move project files to new PC(VS project)

I just moved my unreal projects to another PC to work on and from my home computer, my unreal editor is in the F drive at home and the one from my work place is in C drive. When I attempt to build the project in Visual Studio(Premium 2013), i get the following error:

Error	97	error MSB3073: The command ""F:\Program Files\Unreal Engine\Source Editor\Engine\Build\BatchFiles\Build.bat" UE4Editor Win64 Development" exited with code 9009.	C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets	38	5	UE4

So plain and simple question, how do I fix this?

Cheers

Alright, I seem to have worked this out and… It was freaken simple! Why in the world did no one not tell me this!?
Well you learn something new everyday…
Here’s the solution, open the project in Unreal Editior, go to File->“Refresh Visual Studio Project”.
That’s it.
So for those who run into this problem, here’s the solution so that you won’t feel as dumb as I did when I was looking on how to do it on VS.

Cheers.