While working on my project, I got this error:
The item \"...\" was specified more than once in the \"Resources\" parameter. Duplicate items are not
To fix the issue I browsed to [obj > Debug] and [obj > release] and deleted any files which referenced the word resources. After this, my project built successfully.