新手Visual C++ 2008编译汇编报错求高手指点!来人啊

正在创建临时文件“e:\huibian\masm\masm\Debug\BAT00000135563700.bat”,其内容为

[
@echo off

ml.exe /c /nologo /Fo"Debug\10.obj" /I "C:\lnclude" /W3 /Zi /errorReport:prompt /Ta.\10.asm

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: 某个工具从以下位置返回了错误代码: "Assembling..."

exit 1

:VCEnd
]
正在创建命令行“e:\huibian\masm\masm\Debug\BAT00000135563700.bat”
输出窗口 Assembling...
Assembling: .\10.asm
.\10.asm(2) : fatal error A1000:cannot open file : lrvine32.inc
Project : error PRJ0019: 某个工具从以下位置返回了错误代码: "Assembling..."
结果 生成日志保存在“file://e:\huibian\masm\masm\Debug\BuildLog.htm”
masm - 2 个错误,0 个警告

是路径没有设置好,在BIN文件——>ASSMBL.BAT里内设置.