> For the complete documentation index, see [llms.txt](https://docs.meterian.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meterian.io/languages-support/c++/visual-studio-cl-windows.md).

# Visual Studio / CL (Windows)

The experimental support for Visual Studio C/C++ builds can be enabled using the `--scan-vsc` flag.&#x20;

In this configuration the scanner will require the presence of [source level dependency files](https://learn.microsoft.com/en-us/cpp/build/reference/sourcedependencies?view=msvc-170) (".cpp.json" files). The `cl` compiler accepts the `/sourceDependencies` flag to generate those files, that are then ingested and analysed by the Meterian client in order to detect all the dependencies used in the project. &#x20;

Once you have the files in place, you can simply launch Meterian with the additional `--scan-vsc` flag in order for it to identify all system and external libraries.&#x20;

The support is at the moment limited to Windows based builds.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.meterian.io/languages-support/c++/visual-studio-cl-windows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
