Hello team!
I am trying to use reclient and bazel-buildfarm to set up a remote execution backend for building windows binaries of chromium but I am running into an error related to the windows SDK as follows
```
[20/58036] CXX obj/base/base_static/static_constants.obj
FAILED: obj/base/base_static/static_constants.obj
..\..\buildtools\reclient\rewrapper -cfg=C:\Users\riturajs.CITRITE\chromium\src\buildtools\reclient_cfgs\linux\chromium-browser-clang\rewrapper_linux.cfg -exec_root=C: -labels=type=compile,compiler=clang-cl,lang=cpp <args hidden for brevity, full command in logs>
reclient[c55e4b8e-3e51-4b71-90e7-f71d8c5bf70b]: LocalErrorResultStatus: path C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130\include is not under C:\Users\riturajs.CITRITE\chromium\src\out\Platform-win
```
I raised an issue on github -
https://github.com/bazelbuild/reclient/issues/34 but sharing here in case someone knows the answer.
Thank you!
Ekam