In general Native refers to C++ unmanaged code. Depending the type of Native Project you select, you will receive the appropriate header files and include files to generate a base version of that type of application, in addition to a cpp file with a main method. This functionality is part the Visual Studio. MSDN and other related sites can provide more detail.
↧