diff --git a/openrct2.common.props b/openrct2.common.props
index 6afb7deebf..5312baada1 100644
--- a/openrct2.common.props
+++ b/openrct2.common.props
@@ -54,7 +54,7 @@
C4549: 'operator': operator before comma has no effect; did you intend 'operator'?
C4555: expression has no effect; expected expression with side-effect
-->
- OPENGL_NO_LINK;_CRT_SECURE_NO_WARNINGS;_USE_MATH_DEFINES;SDL_MAIN_HANDLED;_WINSOCK_DEPRECATED_NO_WARNINGS;NOMINMAX;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)
+ OPENGL_NO_LINK;_CRT_SECURE_NO_WARNINGS;SDL_MAIN_HANDLED;_WINSOCK_DEPRECATED_NO_WARNINGS;NOMINMAX;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)
__AVX2__;__SSE4_1__;%(PreprocessorDefinitions)
ENABLE_SCRIPTING;%(PreprocessorDefinitions)
MultiThreaded
diff --git a/src/openrct2/common.h b/src/openrct2/common.h
index f8046d768f..28be492ad9 100644
--- a/src/openrct2/common.h
+++ b/src/openrct2/common.h
@@ -9,9 +9,6 @@
#pragma once
-#ifndef _USE_MATH_DEFINES
-# define _USE_MATH_DEFINES
-#endif
#undef M_PI
#ifdef _MSC_VER