'Where is the header file of emscripten/bind.h?

I am using emcc to compile c++ to wasm on Debian 11.
It is successfully done.
So I think emcc knows the path.

But VS Code shows error squiggle under #include <emscripten/bind.h> because it doesn't know the path to the header file.

Where is the header file?

I'm not familiar to c++ and I install emsdk via git (I just follow the official tutorial here https://emscripten.org/docs/getting_started/downloads.html).



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source