Probably you did not set some parameters, such as Linker -> Additional Dependencies, for all of configurations (which are displayed in dropdown lists of Project Properties.
If you know which library files (.lib) should be added, you can also insert #pragma lines to any file, for example:
#pragma comment( "lib", "somelibrary.lib" )
Check if the product’s documentation contains detailed instructions.