Linker with a VS Project and SQLITE

I am trying to use Sqlite from source.
I found this :Redirecting to Google Groups
I started a blank windows console application, and used the above to create a lib file and I used this:
Solved: SQLite and VC++ | Experts Exchange
to find where to put the library so the linker can find it.
This works in the Windows Console application - everything builds.
However for a Unreal Project, I get unresolved external symbol error on functions still for sqlite.
I try to go to the linker, and it is not in the menu. Only NMAKE.
How do I link my library / put it where NMAKE can see it?
Thanks