I am running diesel_demo_step_3_pg in Visual Studio Code Windows. I am successfully connecting to my local instance of PostgreSQL 16 server. I have debugged a few mistakes in the setup, but after adding “C:Program FilesPostgres16bin” and “C:Program FilesPostgres16lib” both in PATH and the lib path to PQ_LIB_DIR I am still getting “note: LINK : fatal error LNK1181: cannot open input file ‘libpq.lib'”. I have done quite a bit of research, have uninstalled and reinstalled Postgres to no avail. Can anyone point me in the right direction?
Set up PATH to add “C:Program FilesPostgres16bin”, “C:Program FilesPostgres16lib”
Created PQ_LIB_DIR with “C:Program FilesPostgres16lib”
Uninstalled and reinstalled Postgres 16
conceptdigital is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.