Skip to content

Commit b8e849c

Browse files
committed
Document applying updates on MSVC in Compiling for Windows
This is sometimes required to fix compilation errors.
1 parent 6de6560 commit b8e849c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contributing/development/compiling/compiling_for_windows.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,11 @@ differ based on your system):
431431
Troubleshooting
432432
~~~~~~~~~~~~~~~
433433

434+
If you get a compilation failure when using MSVC, make sure to apply the
435+
latest updates. You can do so by starting the Visual Studio IDE and using
436+
:button:`Continue without code`, then :menu:`Help > Check for Updates` in the
437+
menu bar at the top. Install all updates, then try compiling again.
438+
434439
Cross-compiling from some Ubuntu versions may lead to
435440
`this bug <https://github.com/godotengine/godot/issues/9258>`_,
436441
due to a default configuration lacking support for POSIX threading.

0 commit comments

Comments
 (0)