Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Incorporating SFML into Visual Studio 2019--missing C/C++ Additional Directories  (Read 1328 times)

0 Members and 1 Guest are viewing this topic.

Iguanas_Everywhere

  • Newbie
  • *
  • Posts: 2
    • View Profile
Hello All,

I'm attempting to incorporate SFML 2.5.1 into Visual Studio 2019. I'm trying to follow the instructions given at this link: http://geofhagopian.net/CS007B/CS7B-F19/SFML%20Setup%20in%20Visual%20Studio%202019.pdf

However, when I go into the Properties window, I'm not seeing the same object that this guide displays. I don't see a C/C++ tab on the left, nor can I find the "Include Additional Directories" option that's indicated there as well. I'm attaching a screenshot of what my properties window looks like. Thanks so much for any advice or help!

fallahn

  • Sr. Member
  • ****
  • Posts: 492
  • Buns.
    • View Profile
    • Trederia
IIRC this is a quirk in visual studio - you need to add at least one cpp file to your project (like main.cpp) and the properties will then appear.

Iguanas_Everywhere

  • Newbie
  • *
  • Posts: 2
    • View Profile
Ah yes, that made the difference. Thank you!

 

anything