C++ compile error

when i make new project with c++. this message come out and can’t compile. but project file exist and i can open (name).sln in VS2017 but when i click build button and error… so help me

프로젝트를 컴파일할 수 없었습니다. Visual Studio 에서 여시겠습니까?

Running D:/UE_4.19/Engine/Binaries/DotNET/UnrealBuildTool.exe dsdsfd Development Win64 -project=“C:/Users/camar/OneDrive/문서/dsdsfd/dsdsfd.uproject” -editorrecompile -progress -NoHotReloadFromIDE
Performing full C++ include scan (building a new target)
Creating makefile for dsdsfd (no existing makefile)
@progress push 5%
Parsing headers for dsdsfdEditor
Running UnrealHeaderTool “C:\Users\camar\OneDrive???\dsdsfd\dsdsfd.uproject” “C:\Users\camar\OneDrive???\dsdsfd\Intermediate\Build\Win64\dsdsfdEditor\Development\dsdsfdEditor.uhtmanifest” -LogCmds=“loginit warning, logexit warning, logdatabase error” -Unattended -WarningsAsErrors -installed
Reflection code generated for dsdsfdEditor in 6.9437111 seconds
@progress pop
Performing 9 actions (4 in parallel)
[2/9] Resource ModuleVersionResource.rc.inl
[3/9] Resource PCLaunch.rc
SharedPCH.Engine.cpp
dsdsfd.init.gen.cpp
dsdsfd.cpp
dsdsfdGameModeBase.cpp
dsdsfdGameModeBase.gen.cpp
c1xx: fatal error C1083: ?ҽ? ??? ?? ?? ???ϴ?. ‘C:\Users\camar\OneDrive\문서\dsdsfd\Intermediate\Build\Win64\UE4Editor\Inc\dsdsfd\dsdsfd.init.gen.cpp’: No such file or directory
c1xx: fatal error C1083: ?ҽ? ??? ?? ?? ???ϴ?. ‘C:\Users\camar\OneDrive\문서\dsdsfd\Source\dsdsfd\dsdsfd.cpp’: No such file or directory
c1xx: fatal error C1083: ?ҽ? ??? ?? ?? ???ϴ?. ‘C:\Users\camar\OneDrive\문서\dsdsfd\Intermediate\Build\Win64\UE4Editor\Inc\dsdsfd\dsdsfdGameModeBase.gen.cpp’: No such file or directoryc1xx: fatal error C1083: ?ҽ? ??? ?? ?? ???ϴ?. ‘C:\Users\camar\OneDrive\문서\dsdsfd\Source\dsdsfd\dsdsfdGameModeBase.cpp’: No such file or directory

ERROR: UBT ERROR: Failed to produce item: C:\Users\camar\OneDrive???\dsdsfd\Binaries\Win64\UE4Editor-dsdsfd.dll
Total build time: 35.70 seconds (Local executor: 0.00 seconds)

Hello,

We’ve recently made a switch to a new bug reporting method using a more structured form. Please visit the link below for more details and report the issue using the new Bug Submission Form. Feel free to continue to use this thread for community discussion around the issue.

https://epicsupport.force.com/unrealengine/s/

Thanks

You issue is related to file path encoding, your project is contained in 문서 directory which some tools can’t read properly as they use different character encoding, because of it they can’t find files. Move project directory to different place switch will only have English latin letters.