如果在使用多文件结构编写程序中出现这个错误时怎么回事c:\program files\microsoft visual studio\myprojects\file1\file.cpp(1) : fatal error C1083: Cannot open include file: 'headf.h': No such file or directory
------解决方案--------------------
headf.h在哪个目录中。
使用 #include "相对于当前路径\headf.h"