Проблема с #include<studio.h>
я пишу c++ на visual stduio code на linux mint
когда я компилирую свою программу,которая содержит #include<stdio.h>
:
компилятор говорит мне
ApproximationOfpiMain.cpp:1:19: fatal error: studio.h: No such file or directory #include<studio.h> ^ compilation terminated.
...
Что я уже пробовал:
there are red lines under #include<studio.h> that tells: <pre>#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (/home/adam/Desktop/c++/ApproximationOfpiMain.cpp)