Like Liam, I save my project to Dropbox and use it on two different machines, and also get the same error. A simple update (select the project and press F5, or right-click on the project and select "Update") helped because the resource was not synchronized. Usually this is displayed (for example, in the editor when trying to edit the source file), but in case of settings, you will need to find this message in the eclipse log:
!MESSAGE Exception occurred while saving project preferences: /Utils/.settings/org.eclipse.jdt.core.prefs. !STACK 1 org.eclipse.core.internal.resources.ResourceException: Resource is out of sync with the file system: '/Utils/.settings/org.eclipse.jdt.core.prefs'.
This can be a problem for both of you, because any external modification of the project will cause this error during synchronization, and creating a new workspace or using a different version of eclipse will probably clear the eclipse cache, which will lead to an automatic update.
Njol
source share