I can give you a debug version of the designer, or you can sign up to get the Visual Studio SDK at:
http://www.vsipmembers.com
Then download the August Visual Studio SDK, install it -- then change that line in the SQLite.Designer.vcproj from:
c:\Program Files (x86)\Visual Studio 2005 SDK\2006.08\VisualStudioIntegration\Tools\Build\Microsoft.VsSDK.targets
to
c:\Program Files\Visual Studio 2005 SDK\2006.08\VisualStudioIntegration\Tools\Build\Microsoft.VsSDK.targets
The Program Files (x86) only appears on 64-bit Windows (which is what I use to develop on).
Robert