VS2005编译问题LINK : E:/aaa/Debug/aaa.exe not found or not built by the last incremental link; performing
我原来的程序是VC6.0下编的,现在要搞到VS2005中,我新创建了项目,然后一个个文件加入项目,再编译,直到能够通过为止,但是一加入文件就会出现如下错误,不知如何处理LINK:E:/aaa/Debug/aaa.exenotfoundornotbuiltbythelastincrementallink;performingfulllink这种情况很可能是因为没有使用预编译,所以每次都全部链接了。假