我正在尝试学习c++,但在尝试找出继承时偶然发现了一个错误。编译:daughter.cpp在/home/jonas/kodning/testing/daughter.cpp:1包含的文件中:/home/jonas/kodning/testing/daughter.h:6:错误:“{”标记之前的预期类名进程以状态1终止(0分0秒)1个错误,0个警告我的文件:main.cpp:#include"mother.h"#include"daughter.h"#includeusingnamespacestd;intmain(){coutmother.cpp:#include"mother.h"#