c++ - VS 2015 include 头文件没找到?
黄舟
黄舟 2017-04-17 14:54:02
0
3
607


这是什么原因?

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(3)
左手右手慢动作

This is usually the way to include system header files
You can only write this if you add the current project directory . to the header file search path.
Replace #include "Person.h"

阿神

Replace with #include "Person.h"

小葫芦

Double quotes indicate that the default search is from the current directory to the directory specified by the compiler.
Angle brackets will not be searched in the current directory.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template