include "stdafx.h"
#include "iostream"
#include "llist.h"
#include "xcept.h"
using namespace std;
程序在创建方案时出错:fatal error C1083: 无法打开包括文件:“llist.h”: No such file or directory
编译工具 VS2005
请问怎么处理,试了好多种都不行!程序其他无错
...全文
1548打赏收藏
调试问题!头文件
include "stdafx.h" #include "iostream" #include "llist.h" #include "xcept.h" using namespace std; 程序在创建方案时出错:fatal error C1083: 无法打开包括文件:“llist.h”: No such file or directory 编译工具 VS2005 请问怎么处理,试了好多种都不行!程序其他无错