# How to install Microsoft Visual C++ Redistributable (x64) 2019 or higher?

{% hint style="warning" %}
This article will demonstrate how to install Windows Redistributable. Please note, Microsoft Visual C++ Redistributable (x64) 2019 or higher is required to run the C++ code on Windows Machines. The FenixPyre installer cannot run without this.
{% endhint %}

{% stepper %}
{% step %}
If not installed, [Click Here](https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170) and download the most current version (x64).

<figure><img src="/files/0FsZDPuzDNqArvxvRFTQ" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Open and install

<figure><img src="/files/Rh0qpKcoseSdhfPs8GSH" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click agree and install

{% endstep %}

{% step %}

### Restart your computer to complete the installation

<figure><img src="/files/7dCQ2j2fQagxEBo3bfDS" alt=""><figcaption></figcaption></figure>

{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://docs.fenixpyre.com/references/how-to-guides/how-to-install-microsoft-visual-c++-redistributable-x64-2019-or-higher.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
