fatal error C1083 无法打开包括文件“StdAfx.h” No such file or directory
生活随笔
收集整理的這篇文章主要介紹了
fatal error C1083 无法打开包括文件“StdAfx.h” No such file or directory
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
解決方案:在你項目中,找到頭文件,添加頭文件,名為:stdafx.h :添加成功后,單擊并添加內容:
#include <stdio.h>
#include <tchar.h>
保存,再行編譯,錯誤解決~~
轉載于:https://www.cnblogs.com/nangongyibin/p/10433508.html
總結
以上是生活随笔為你收集整理的fatal error C1083 无法打开包括文件“StdAfx.h” No such file or directory的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: CentOS 7 解决丢失 nginx.
- 下一篇: Python语言规范