I am creating a Visual Studio 2008 SharePoint Server State Machine Workflow using Visual Basic. The project name is NewHire. The .vb file is named NewHireVB.vb. When I build my only error is "Resource name 'NewHire.NewHireVB.layout' cannot be used more than once." The build error is BC31502. I have added no resources: on the properties page for the project, nothing is listed. MSDN simply suggests, "To correct this error: Uniquely name resources." I have no idea where else to look for duplicate use of this resource name. Any suggestions?