#include"stdafx.h"
#include"PipeServer.h"
#ifdef_DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#endif
//////////////////////////////////////////////////////////////////
//The one and only application object
CWinApp theApp;
using namespace std;
错误:
e:\0ac语言\pipeserver.cpp(4) : fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory
Error executing cl.exe.
意思是找不到头文件,把头文件放到根目录下试试