Error when trying to make a C++ project

When I try to create a C++ project, it goes til the stage of “Compiling C++ code”, then I get this error:

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

Running C:/Program Files/Epic Games/UE_4.17/Engine/Binaries/DotNET/UnrealBuildTool.exe FloatingSample Development Win64 -project=“C:/Users//Documents/Unreal Projects/FloatingSample/FloatingSample.uproject” -editorrecompile -progress -NoHotReloadFromIDE
Performing full C++ include scan (building a new target)
Creating makefile for FloatingSample (no existing makefile)
@progress push 5%
Parsing headers for FloatingSampleEditor
Running UnrealHeaderTool “C:\Users\Documents\Unreal Projects\FloatingSample\FloatingSample.uproject” “C:\Users\Documents\Unreal Projects\FloatingSample\Intermediate\Build\Win64\FloatingSampleEditor\Development\FloatingSampleEditor.uhtmanifest” -LogCmds=“loginit warning, logexit warning, logdatabase error” -Unattended -WarningsAsErrors -installed
Reflection code generated for FloatingSampleEditor in 13,2864231 seconds
@progress pop
Performing 9 actions (2 in parallel)
[2/9] Resource ModuleVersionResource.rc.inl
SharedPCH.Engine.cpp
[3/9] Resource PCLaunch.rc
FloatingSample.cpp
c1xx: fatal error C1083: N?o ? poss?vel abrir arquivo fonte: ‘C:\Users\Documents\Unreal Projects\FloatingSample\Source\FloatingSample\FloatingSample.cpp’: No such file or directory
FloatingSampleGameModeBase.cpp
c1xx: fatal error C1083: N?o ? poss?vel abrir arquivo fonte: ‘C:\Users\Documents\Unreal Projects\FloatingSample\Source\FloatingSample\FloatingSampleGameModeBase.cpp’: No such file or directory
FloatingSample.init.gen.cpp
FloatingSampleGameModeBase.gen.cpp
c1xx: fatal error C1083: N?o ? poss?vel abrir arquivo fonte: ‘C:\Users\Documents\Unreal Projects\FloatingSample\Intermediate\Build\Win64\UE4Editor\Inc\FloatingSample\FloatingSample.init.gen.cpp’: No such file or directory
c1xx: fatal error C1083: N?o ? poss?vel abrir arquivo fonte: ‘C:\Users\Documents\Unreal Projects\FloatingSample\Intermediate\Build\Win64\UE4Editor\Inc\FloatingSample\FloatingSampleGameModeBase.gen.cpp’: No such file or directory
ERROR: UBT ERROR: Failed to produce item: C:\Users\Documents\Unreal Projects\FloatingSample\Binaries\Win64\UE4Editor-FloatingSample.dll
Total build time: 102,58 seconds (Local executor: 0,00 seconds)

How can I fix this?