Hello,
Ok this solved the initial issue.
However now I have something like this error for some .h files
#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (/Users/louis/ncs/nrf/samples/nrf9160/gps/src/main.c).C/C++(1696)
cannot open source file "inttypes.h" (dependency of "zephyr.h")C/C++(1696)
cannot open source file "sys/types.h" (dependency of "nrf_socket.h")C/C++(1696)
cannot open source file "sys/types.h" (dependency of "net/socket.h")C/C++(1696)
cannot open source file "stdio.h"C/C++(1696)
VSC proposes to add them to the IncludePath... shall I do it ? or is it something I can solve in the config files ?
Regards
louis.h