Build technique of Visual C++

Tweet


Use Rebuild rather than Build.

Do not use Precompiled-header.

Add .lib file to your project, if you are using a library.

Copy .h file to the folder where the project exists, if you are using a library.


Back