Another thing that can cause an issue like yours is if you do not set the ANT-FS network key:
#error "MUST TYPE ANT-FS NETWORK KEY HERE, OR SET TO ALL 0'S IF NOT USING ANT-FS"
#define NETWORK_KEY {0x__, 0x__, 0x__, 0x__, 0x__, 0x__, 0x__, 0x__} // INSERT NETWORK KEY HERE !!!!
You must remove the error line and put the ANT-FS key (or some key) there, otherwise this causes the DLLs to not build properly which results in linking errors like you are seeing.