#include errors detected in vscode

后端 未结 11 1054
名媛妹妹
名媛妹妹 2020-12-09 01:00

I am using Visual Studio Code in my C++ project. I installed Microsoft C/C++ Extension for VS Code. I got the following error:

#include error

11条回答
  •  醉酒成梦
    2020-12-09 01:39

    If someone have this problem, maybe you just have to install build-essential.

    apt install build-essential
    

提交回复
热议问题