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

Author Topic: *SOLVED* STL inludes error after SFGUI include?  (Read 888 times)

0 Members and 1 Guest are viewing this topic.

intrinsic

  • Newbie
  • *
  • Posts: 26
    • View Profile
    • Email
*SOLVED* STL inludes error after SFGUI include?
« on: September 09, 2016, 05:16:41 pm »
I'm using VS2015 and I wanted to start playing around with SFGUI. So I added its include files to my SFML Project.
After adding the include folder and lib folder to the VC++ directories I get errors in my code.
Like "cannot open source file "vector"" and also an error with sf::RenderWindow not having matching params.

So i removed SGUI from the VC++ directories and I still can't compile.
Has anyone encountered this issue before?

EDIT: I found the problem, i had to check the "Inherent from parent or project defaults" check box.
« Last Edit: September 10, 2016, 03:01:33 am by intrinsic »