Replies: 1 comment 2 replies
-
I am having the same issue. It appears there is some issue with case sensitivity. If i edit Common.vcxproj to change Unicode to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm following the steps on the "getting started" documentation of react native for windows and when running "npx react-native run-windows" - this part fails with the error:
× Building Solution: C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\XamlCompiler\Microsoft.Windows.UI.X...
× Build failed with message C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\include\yvals.h(12,10): fatal error C1083: Cannot open include file: 'crtdbg.h': No such file or directory (compiling source file Unicode.cpp) [C:\Sample projects\samplereactnative\node_modules\react-native-windows\Common\Common.vcxproj]. Check your build configuration.
Being a bit new with projects in visual studio, I do not know how to proceed, and I don't see much documentation on this. Hoping someone could point me in the right direction to tell me what I'm doing wrong.
Beta Was this translation helpful? Give feedback.
All reactions