I am using MSVS 2010 for a C project. This project compiles but I get the error during compilation. The error is following:


error LNK2019: unresolved external symbol _CreateRelation referenced in function _main

Here the CreateRealtion is function. So how would I know which library is not included and causing this error?