Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions contributing/development/compiling/compiling_for_windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,14 @@ and able to build Godot using Visual Studio's **Build** button.

.. seealso:: See :ref:`doc_configuring_an_ide_vs` for further details.

Troubleshooting
~~~~~~~~~~~~~~~

If you get a compilation failure when using MSVC, make sure to apply the
latest updates. You can do so by starting the Visual Studio IDE and using
:button:`Continue without code`, then :menu:`Help > Check for Updates` in the
menu bar at the top. Install all updates, then try compiling again.

Cross-compiling for Windows from other operating systems
--------------------------------------------------------

Expand Down
Loading