VScode工程中引用了第三方库,报错was not declared in this scope,但对应头文件中已经是声明了的
'Keyboard' was not declared in this scope
试过自己新建一个空的.cpp和.h,结果是可以运行的
请问到底是哪里出了问题