今天使用VS2008编译项目时报错: The OutputPath property is not set for this project. Please check to make sure that you have specified a valid Configuration/Platform combination. Configuration='Debug' Platform='x86' 解决办法如下: 1.选中编译失败的项目,右键点击卸载项目 2.选中卸载后的项目,右键点击…
创建了一个maven项目,报错 Errors occurred during the build. Errors running builder 'Maven Project Builder' on project 'BCPS'. Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be res…