diff --git a/change/react-native-windows-9d93df46-79f8-4116-b0c8-7985a9c67d91.json b/change/react-native-windows-9d93df46-79f8-4116-b0c8-7985a9c67d91.json
new file mode 100644
index 00000000000..3442cc7a9b0
--- /dev/null
+++ b/change/react-native-windows-9d93df46-79f8-4116-b0c8-7985a9c67d91.json
@@ -0,0 +1,7 @@
+{
+ "type": "prerelease",
+ "comment": "Fix project compilation",
+ "packageName": "react-native-windows",
+ "email": "vmorozov@microsoft.com",
+ "dependentChangeType": "patch"
+}
diff --git a/packages/playground/package.json b/packages/playground/package.json
index a088c224b46..5f06da94d04 100644
--- a/packages/playground/package.json
+++ b/packages/playground/package.json
@@ -3,10 +3,10 @@
"version": "0.0.54",
"private": true,
"scripts": {
- "start": "npx @react-native-community/cli rnx-start",
+ "start": "react-native rnx-start",
"lint:fix": "rnw-scripts lint:fix",
"lint": "rnw-scripts lint",
- "windows": "npx @react-native-community/cli run-windows"
+ "windows": "react-native run-windows"
},
"dependencies": {
"@react-native-picker/picker": "2.11.0",
diff --git a/packages/playground/windows/playground-composition.sln b/packages/playground/windows/playground-composition.sln
index 76256ed5464..7948bdf2265 100644
--- a/packages/playground/windows/playground-composition.sln
+++ b/packages/playground/windows/playground-composition.sln
@@ -29,6 +29,9 @@ EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Include", "..\..\..\vnext\include\Include.vcxitems", "{EF074BA1-2D54-4D49-A28E-5E040B47CD2E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleCustomComponent", "..\..\sample-custom-component\windows\SampleCustomComponent\SampleCustomComponent.vcxproj", "{A8DA218C-4CB5-48CB-A9EE-9E6337165D07}"
+ ProjectSection(ProjectDependencies) = postProject
+ {F7D32BD0-2749-483E-9A0D-1635EF7E3136} = {F7D32BD0-2749-483E-9A0D-1635EF7E3136}
+ EndProjectSection
EndProject
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\..\..\vnext\Shared\Shared.vcxitems*{2049dbe9-8d13-42c9-ae4b-413ae38fffd0}*SharedItemsImports = 9
diff --git a/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj b/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj
index f30c1e60de7..ea2daf49df4 100644
--- a/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj
+++ b/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj
@@ -411,9 +411,6 @@
-
-
-
{fca38f3c-7c73-4c47-be4e-32f77fa8538d}