diff --git a/change/react-native-windows-2020-02-14-16-56-53-users-aschultz-build.json b/change/react-native-windows-2020-02-14-16-56-53-users-aschultz-build.json
new file mode 100644
index 00000000000..fe10756a1c3
--- /dev/null
+++ b/change/react-native-windows-2020-02-14-16-56-53-users-aschultz-build.json
@@ -0,0 +1,9 @@
+{
+ "type": "prerelease",
+ "comment": "Fix issues with relative IntDir breaking builds",
+ "packageName": "react-native-windows",
+ "email": "aschultz@microsoft.com",
+ "commit": "7ce4e87f02db6eb98f9d42214e8a770b64a07022",
+ "dependentChangeType": "patch",
+ "date": "2020-02-15T00:56:53.034Z"
+}
\ No newline at end of file
diff --git a/vnext/PropertySheets/ReactPackageDirectories.props b/vnext/PropertySheets/ReactPackageDirectories.props
index a878560f369..e48f5ffb6c3 100644
--- a/vnext/PropertySheets/ReactPackageDirectories.props
+++ b/vnext/PropertySheets/ReactPackageDirectories.props
@@ -15,6 +15,10 @@
$(MSBuildThisFileDirectory)\..\
$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'node_modules\react-native\package.json'))\node_modules\react-native\
$(IntDir)\react-native-patched\
+
+
+ $([MSBuild]::NormalizeDirectory( $([System.IO.Path]::Combine( $(MSBuildProjectDirectory), $(ReactNativeDir) )) ))
+
$(ReactNativeDir)\ReactCommon\yoga
$(ReactNativePackageDir)..\..\node_modules\.folly\folly-2019.09.30.00
diff --git a/vnext/ReactUWP/ReactUWP.vcxproj b/vnext/ReactUWP/ReactUWP.vcxproj
index 04cbc67992a..032c1aa3177 100644
--- a/vnext/ReactUWP/ReactUWP.vcxproj
+++ b/vnext/ReactUWP/ReactUWP.vcxproj
@@ -50,7 +50,8 @@
DynamicLibrary
- $([MSBuild]::NormalizePath($(IntDir)UnmergedWinMD))
+
+ $([MSBuild]::NormalizeDirectory( $([System.IO.Path]::Combine( $(MSBuildProjectDirectory), $(IntDir)UnmergedWinMD )) ))
$(OutDir.TrimEnd("/\"))
$(MSBuildThisFileDirectory)GeneratedWinmdHeader