为什么编译部通过?.pch是什么东西?
为什么我的arx编译室出现这个:e:\objectarx\learning\test\testcommands.cpp(4) : fatal error C1083: Cannot open precompiled header file: 'Debug/test.pch': No such file or directoryError executing cl.exe.
testcommands.cpp内容如下:
//
// ObjectARX defined commands
#include "StdAfx.h"
#include "StdArx.h"
// This is command 'HELLOWORD'
void Asdkhelloword()
{
// TODO: Implement the command
acutPrintf("\nHello World!");
} Try to "rebuild all" 搞定了,可能是vc没能设置好,按照objectarx wizard的帮助设置了一下从新编译就可以了 應該是預編譯頭設置有誤.
页:
[1]