Got to "c_cpp_properties.json" but i don't know where to continue after that.
Code:
#include <stdio.h>
#include <stdlib.h>
int main(void) {
return 0;
}
Error that gives:
#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (C:\Users\Utente\Documents\C\119.c).C/C++(1696)
cannot open source file "stdio.h"C/C++(1696)