VC2008运行C++程序出错,该如何处理

VC2008运行C++程序出错
在VC2008里面运行C++程序,老是出现如下错误,不知道到底是怎么回事,还有怎么在VC2008里面能正确运行C++程序?
1>------ Build started: Project: 1111, Configuration: Debug Win32 ------
1>Embedding manifest...
1>mt.exe : general error c101008a: Failed to save the updated manifest to the file ".\Debug\1111.exe.embed.manifest". Bpcn
1>Build log was saved at "file://d:\学习\VC练习\1111\1111\Debug\BuildLog.htm"
1>1111 - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


------解决方案--------------------
楼主应该查一下保存文件的目录".\Debug\1111.exe.embed.manifest".在哪里?路径是否存在? 
1111.exe是否正在运行?没有关闭?

------解决方案--------------------
建议使用vs2003!本人认为2003比2008对vc的支持更好!更符合从vc6.0向.net转的人!