recherche

Maison  >  Questions et réponses  >  le corps du texte

c++ - VS 2015 include 头文件没找到?


这是什么原因?

黄舟黄舟2767 Il y a quelques jours584

répondre à tous(3)je répondrai

  • ringa_lee

    ringa_lee2017-04-17 14:56:02

    这一般是包含系统头文件的写法
    只有把当前工程目录.加入头文件搜索路径才可以这么写
    换成#include "Person.h"

    répondre
    0
  • 阿神

    阿神2017-04-17 14:56:02

    换成#include "Person.h"

    répondre
    0
  • 高洛峰

    高洛峰2017-04-17 14:56:02

    双引号表示默认从当前目录下查找,再到编译器指定的目录查找。
    尖括号则不会在当前目录下查找。

    répondre
    0
  • Annulerrépondre