Having compile error: LNK1104 cannot open file 'cinder.lib'

Hello,

I am new to Cinder. I downloaded the latest release from Github and trying to compile the Box2D example from the toolkit using VS 2015. I am getting the following error. Can someone please help with this? I would really appreciate it. Thanks.

Severity Code Description Project File Line Suppression State
Error LNK1104 cannot open file ‘cinder.lib’ CinderProject D:\Projects\Cinder Projects\CinderProject\vc2015\LINK 1

Did you build Cinder? If you did not, open Cinder/proj/vc2015/cinder.sln and build it.

That did it! Thank you so much. I really appreciate the quick reply. Have a great day.