Skip to content

Commit ad057b7

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

contributing/development/compiling/compiling_for_windows.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,14 @@ and able to build Godot using Visual Studio's **Build** button.
354354

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

357+
Troubleshooting
358+
~~~~~~~~~~~~~~~
359+
360+
If you get a compilation failure when using MSVC, make sure to apply the
361+
latest updates. You can do so by starting the Visual Studio IDE and using
362+
:button:`Continue without code`, then :menu:`Help > Check for Updates` in the
363+
menu bar at the top. Install all updates, then try compiling again.
364+
357365
Cross-compiling for Windows from other operating systems
358366
--------------------------------------------------------
359367

0 commit comments

Comments
 (0)