为什么我的arx编译室出现这个:e:\objectarx\learning\test\testcommands.cpp(4) : fatal error C1083: Cannot open precompiled header file: 'Debug/test.pch': No such file or directory
Error 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!");
}