Separate Compilation using VC++ (5.0 or newer)

Basically there are two ways to compile (i.e., build a project) multiple files using VC++: either you already have files in some directory (or they might have been copied from somewhere else) and create a project, or you create a project first and type in the files.