diff --git a/ports/windows/msvc/sources.props b/ports/windows/msvc/sources.props
index 228a96d81e..e5109eecc8 100644
--- a/ports/windows/msvc/sources.props
+++ b/ports/windows/msvc/sources.props
@@ -7,6 +7,7 @@
+
diff --git a/ports/windows/variants/dev/manifest.py b/ports/windows/variants/dev/manifest.py
index 08295fc678..88a6937b4f 100644
--- a/ports/windows/variants/dev/manifest.py
+++ b/ports/windows/variants/dev/manifest.py
@@ -1 +1,2 @@
include("$(PORT_DIR)/variants/manifest.py")
+include("$(MPY_DIR)/extmod/uasyncio/manifest.py")
diff --git a/ports/windows/variants/dev/mpconfigvariant.h b/ports/windows/variants/dev/mpconfigvariant.h
index 09ee689daf..abf43a0da9 100644
--- a/ports/windows/variants/dev/mpconfigvariant.h
+++ b/ports/windows/variants/dev/mpconfigvariant.h
@@ -37,3 +37,7 @@
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)
#define MICROPY_PY_BUILTINS_SLICE_INDICES (1)
#define MICROPY_PY_USELECT (1)
+
+#ifndef MICROPY_PY_UASYNCIO
+#define MICROPY_PY_UASYNCIO (1)
+#endif