Did you try to delete deployment folder in your root folder, and then open the project?
Hi Amisha Singh,
if you have less changes then try these:
Close Studio Pro and clear your local project cache:
C:\Users\<your user>\AppData\Local\Mendix\
→ Delete the folder related to this project (Mendix will recreate it)
Open Studio Pro → Version Control → Download project from Team Server
Choose the same branch and let it download fresh
Make sure the local project folder path still exists or download into a new clean folder
If it still fails, try File → Restore from backup (.mpr)
Otherwise try these:
If the project won’t open at all, there are still two ways to take a backup of your latest changes:
Copy your entire local project folder manually
Go to your local workspace directory and copy the whole folder (including .mpr and .svn/.git folders) to a safe backup location.
This preserves all uncommitted changes.
Use “Export Project Package (.mpk)” if .mpr still exists
If the .mpr file is present inside the project folder, right-click it and choose Export (from File Explorer integration).
This creates a package with all recent changes.
Note: If the .mpr file is missing or corrupt, only the local folder copy method will work.