Can't open VS project

When I open the .vs fil te project is marked as failed to laod, when I try to reload it I get error prompt with “\Intermediate\ProjectFiles\ProjectName.vcxproj has been moved, renamed or is not on your computer” . this happened after I pulled files from repo. I was looking for GenerateProjectFiles.bat and “Generate Visual Studio Files” under rmb of .uprojject file but it’s nowhere to be seen

It seems like the intermediate folder was not in the repo (which is good), hence there is no project files.

You will need the .uproject file to generate them or to actually open the project. If you don’t have access to it for any reason, you can copy any other (or create new project and use it) and edit it in text editor (notepad should do). Change the necessary lines and save. Then you should be able to generate VS files.