I have a metadata file error that I am attempting to fix. One of the solutions that I want to attempt is to individually clean and rebuild the projects. I see two solutions that should work.
1) Right click on the project individually and select clean.
2) select the project, select build from the menu, select clean 'projectname'
the problem that I have is that the right click context menu is not showing clean. It shows build and rebuild but not clean.
In the build menu, it only shows options to clean / build the entire solution, no matter what I currently have selected.
I have done the rebuild on each project individually, but the Metadata error is still there.
What can I do to get the options to clean an individual project?