I lost my project file as if it had been deleted how to i get it back?

Hi, i have recently been working on a HUD project for college, while in the midst of moving the work to my computer at home the project file that you execute is missing but all other data for the project is there. Is there anyway to still use my project or will i have to create it again?

Create new project and move everything to new project forder, if assets won’t be visible import them. If you have C++ modules you will need to add them manually to uproject file, put this below "Description": "",, i think what you should enter here is self explonatory :

"Modules": [
	{
		"Name": "ModuleName",
		"Type": "Runtime",
		"LoadingPhase": "Default"
	}
]

You also create C++ project with same name, by defult UE4 creates 1 C++ runtime module with same name as project name