Unable to create a C++ basic code project

I just downloaded the latest build, 4.14.1, and as I am running the tutorial on how to create a C++ basic code project I get errors pertaining to repeated definitions in the global namespace …

Log.txt

Hello jsemeda,

This seems like something to do with the file structure/location of your engine. From looking at the messages, it seems like you may have one editor placed inside of another one? This causes some odd behavior when UBT tries to generate the .sln needed for the editor/project as it’s seeing repeats of the same class, which would explain the “namespace already contains…” messages.

Can you try moving everything under “UnrealEngine-dev-vr-editor” into its own directory? This is a standalone editor and doesn’t need to rely on another existing one.

thanks Mathew that worked.