I'm trying to develop an IoT project. I'd like to remote compile on a machine with a bit more horse power so using a full fledge IDE is more responsive.
I was going to try Visual Studio, but the remote headers when I sync causes all headers to fail for intellisense. Even the default project with
#include <cstdio>
fails intellisense even though it will compile fine.
The files seem to be under usr/include/c++/7.3.0 but for some reason the downloader cuts off the '.3.0' and none of the files appear under that directory.
Any hints on getting it to work? I've tried updating the cache but for the machine, but that doesn't seem to work.







