Cannot create c++ project

Hello there @codrinursachi!

Checking around the community, this could be a tricky setup, as your Snapdragon should be able to handle blueprint projects, but C++ projects tend to encounter conflicts with it.

The most critical point here is to ensure that your Visual Studio install is using the correct version, and that all its elements are added with the right version, specially the x64 MSVC toolchain. I would stick to VS 2022 only, as that is the only version with full support from Epic, and 2026 is too new, it will give you unstable results.

There’s a UE doc that covers the full setup, here:

As well as a video guide, here:

If the issue persists after all these changes, try checking your compiler version and status manually, by editing BuildConfiguration.xml, as seen in the thread below: