Like it states, some process is using that file. Restarting Visual Studio might not be enough.
This happens to me sometimes because Avast Antivirus tries to scan and do whatever else it does to the exe of my application, and for some reason does not release it later.
One option would be to restart the computer.
Another would be to use something like Process Explorer and use it to release the handle on that file.
Using Process Explorer, you can release the file using this steps:
- Find->File Handle or DLL...
- In the dialog that opens search for the file and select it
- Close the dialog and in the main window on the selected process right click and Kill Process.