PCH is the precompiled headers file. It's a temporary that you can safely delete. You can disable its creation through Project Settings > C++ > Precompiled Headers > Don't use precompiled headers and removing the stdafx.cpp file from your project.
NCB is the database used by IntelliSenseto allow you browse the symbols defined in your project (including the inline hints and auto completion as you type). You can safely delete it. There is an option to disable IntelliSense too.
Note that both features may be useful, therefore you probably don't want to disable them. If you worry about the size of the backups or sending the projects to some other programmer, then you can just clean the project by removing the said files.