Visual Studio 2015 and driver lib

Hello!
I wrote lib (filesystem filter communication) and include in my c++ project as :
extern “C”
{
#include “FSLib.h”
}
and the project was compiled fine in VS 2013! But on VS 2015 I get some unresolving symbols from me lib…How I can fix this problem (I need support winXP too)? Please help…