diff --git a/icu4c/readme.html b/icu4c/readme.html
index 6b7ec1365fd..03eb670a142 100644
--- a/icu4c/readme.html
+++ b/icu4c/readme.html
@@ -872,6 +872,8 @@
Microsoft Windows
Microsoft Visual C++ (see the ICU download page for the currently compatible version)
+
+ Optional: A version of the Windows 10 SDK (if you want to build the UWP projects)
Cygwin is required if using a version of MSVC other than the one
compatible with the supplied project files or if other compilers are used to build ICU. (e.g. GCC)
@@ -894,6 +896,11 @@
"#HowToBuildWindowsCommandLine">command line note below if you want to
build from the command line instead.
+ You may need to re-target the UWP projects to the version of the SDK that you have installed. In Visual Studio you can
+ right-click on the UWP projects and select the option 'Retarget SDK Version'. Note: You do not need to have a copy of
+ the Windows 10 SDK installed in order to build the non-UWP projects in Visual Studio. If the SDK is not installed then the
+ UWP projects will simply not be loaded.
+
Set the active platform to "Win32" or "x64" (See Windows platform note below)
and configuration to "Debug" or "Release" (See Windows configuration note below).