Help me can not create a project in C ++

The project could not be compiled. Would you like to open it in Visual Studio?

Running C:/Program Files/Epic Games/UE_4.19/Engine/Binaries/DotNET/UnrealBuildTool.exe Teste01 Development Win64 -project=“C:/Users/Adayas Galvão/Documents/Unreal Projects/Teste01/Teste01.uproject” -editorrecompile -progress -NoHotReloadFromIDE
Performing full C++ include scan (building a new target)
Creating makefile for Teste01 (no existing makefile)
@progress push 5%
Parsing headers for Teste01Editor
Running UnrealHeaderTool “C:\Users\Adayas Galvao\Documents\Unreal Projects\Teste01\Teste01.uproject” “C:\Users\Adayas Galvao\Documents\Unreal Projects\Teste01\Intermediate\Build\Win64\Teste01Editor\Development\Teste01Editor.uhtmanifest” -LogCmds=“loginit warning, logexit warning, logdatabase error” -Unattended -WarningsAsErrors -installed
Reflection code generated for Teste01Editor in 33.3189904 seconds
@progress pop
Performing 9 actions (4 in parallel)
[3/9] Resource PCLaunch.rc
[2/9] Resource ModuleVersionResource.rc.inl
SharedPCH.Engine.cpp
Teste01GameModeBase.cpp
Teste01GameModeBase.gen.cpp
Teste01.init.gen.cpp
Teste01.cpp
c1xx: fatal error C1083: Cannot open source file: ‘C:\Users\Adayas GalvA?o\Documents\Unreal Projects\Teste01\Intermediate\Build\Win64\UE4Editor\Inc\Teste01\Teste01.init.gen.cpp’: No such file or directory
c1xx: fatal error C1083: Cannot open source file: ‘C:\Users\Adayas GalvA?o\Documents\Unreal Projects\Teste01\Source\Teste01\Teste01.cpp’: No such file or directoryc1xx: fatal error C1083: Cannot open source file: ‘C:\Users\Adayas GalvA?o\Documents\Unreal Projects\Teste01\Source\Teste01\Teste01GameModeBase.cpp’: No such file or directoryc1xx: fatal error C1083: Cannot open source file: ‘C:\Users\Adayas GalvA?o\Documents\Unreal Projects\Teste01\Intermediate\Build\Win64\UE4Editor\Inc\Teste01\Teste01GameModeBase.gen.cpp’: No such file or directory

ERROR: UBT ERROR: Failed to produce item: C:\Users\Adayas Galvao\Documents\Unreal Projects\Teste01\Binaries\Win64\UE4Editor-Teste01.dll
Total build time: 245.60 seconds (Local executor: 0.00 seconds)

c1xx: fatal error C1083: Cannot open source file: ‘C:\Users\Adayas GalvA?o\Documents\Unreal Projects\Teste01\Intermediate\Build\Win64\UE4Editor\Inc\Teste01\Teste01.init.gen.cpp’: No such file or directory c1xx: fatal error C1083: Cannot open source file: ‘C:\Users\Adayas GalvA?o\Documents\Unreal Projects\Teste01\Source\Teste01\Teste01.cpp’: No such file or directoryc1xx: fatal error C1083: Cannot open source file: ‘C:\Users\Adayas GalvA?o\Documents\Unreal Projects\Teste01\Source\Teste01\Teste01GameModeBase.cpp’: No such file or directoryc1xx: fatal error C1083: Cannot open source file: ‘C:\Users\Adayas GalvA?o\Documents\Unreal Projects\Teste01\Intermediate\Build\Win64\UE4Editor\Inc\Teste01\Teste01GameModeBase.gen.cpp’: No such file or directory

Can you see any of those files in your browser

I see the image but, did you install it (Visual Studio)? If you did, try deleting your intermediate and saved folders. Also, try opening one of your blueprints in C++ (from another project.) and see if there are any problems there.