C语言不使用预编译命令

问题遇到的现象和发生背景
用代码块功能插入代码,请勿粘贴截图
我想要达到的结果
#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.

意思是找不到头文件,把头文件放到根目录下试试