Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
Incorporating SFML into Visual Studio 2019--missing C/C++ Additional Directories
Print
Pages: [
1
]
Author
Topic: Incorporating SFML into Visual Studio 2019--missing C/C++ Additional Directories (Read 1618 times)
0 Members and 1 Guest are viewing this topic.
Iguanas_Everywhere
Newbie
Posts: 2
Incorporating SFML into Visual Studio 2019--missing C/C++ Additional Directories
«
on:
October 13, 2020, 12:24:41 am »
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!
Logged
fallahn
Hero Member
Posts: 507
Buns.
Re: Incorporating SFML into Visual Studio 2019--missing C/C++ Additional Directories
«
Reply #1 on:
October 13, 2020, 12:49:39 am »
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.
Logged
Twitter
Super Video Golf
Tiled Map loader
Iguanas_Everywhere
Newbie
Posts: 2
Re: Incorporating SFML into Visual Studio 2019--missing C/C++ Additional Directories
«
Reply #2 on:
October 13, 2020, 02:35:44 am »
Ah yes, that made the difference. Thank you!
Logged
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
Incorporating SFML into Visual Studio 2019--missing C/C++ Additional Directories