Problem building Hello world code

First, I note that you didn’t follow all of the instructions in the Manual, because it says you’re building a “Debug” configuration, and the manual clearly says to set it to “Release” configuration or your program will crash it horrible ways.

It also appears that you didn’t successfully add libpanda.lib to your list of libraries. (This is the library that provides these symbols.) Try taking another look at your project settings.

David