Create a project in the IDE
In earlier versions of the IDE, there were two different project types: Managed
make, which automatically generated a Makefile, and Standard
make, which required a Makefile in order to be built. Now, you select a
project type, and that determines the build system to use.
You can continue to create a make project using the C or C++ wizard.
If you're creating an application from scratch, you'll probably want to create a QNX C Project or QNX C++ Project, which relies on the QNX recursive Makefile hierarchy to support multiple CPU targets. For more information about the QNX recursive Makefile hierarchy, see the Conventions for Recursive Makefiles and Directories chapter in the Neutrino Programmer's Guide.
Use the New Project wizard whenever you want to create a new project in the IDE.