标题: 在caa里面用#include <stdafx.h>的问题 [打印本页] 作者: reese 时间: 2006-9-23 11:37 标题: 在caa里面用#include <stdafx.h>的问题 请问,在caa里面#include <stdafx.h>为什么会出错啊
错误如下:fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory 作者: yzhao99 时间: 2007-7-21 03:08
You may need to check your INCLUDE PATH, you can set it in IMakefiles.mk using
LOCAL_CCFLAGS = -I<your_path>