Hi kalmar, you set the include path in VSCode accordingly. It's a bit hidden in c_cpp_properties.json (in Command Palette, choose "C/C++: Edit Configurations (JSON)", and add your Zorro include path (with forward slashes) to configurations/includePath in the json file). VSCode will then pick up everything from Zorro by itself.