I just started using Bullet, literally today. I'm a rookie, so sorry if my question is boring you

I managed to generate vs2010 project files and solutions. But whenever I run the Bullet's HelloWorld.cpp (in Visual Studio 2017), I was automatically redirected to the example browser, whereas the HelloWorld.cpp should really be a straightforward console app. I also tried creating a new "HelloWorld" project, the same happens even though I didn't mention anything about Bullet in the code (just print out the world "HelloWorld!").
Does anyone meet this problem before?
Thanks!