CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2013
    Posts
    34

    including new header file.

    I know this question has been asked a million times, but they seemed to have changed things up in vs 2012.

    I have the header (and accompanying lib file) in my project folder, I have it in my solution explorer.
    and I've tried to add it via C++ Directories.. but that doesn't seem to exist anymore, instead it points to a user property sheet, which I have No idea where to find or access it :s.

    anyone know what to do?

    thank you. (and yes I have googled it, but all the answers I found I have already tried)

  2. #2
    Join Date
    Oct 2011
    Location
    Tennessee
    Posts
    46

    Re: including new header file.

    Don't you need Windows 8 to run vs 2012?

  3. #3
    Join Date
    Apr 2013
    Posts
    34

    Re: including new header file.

    I am running windows8 (note, it's a DREADFUL OS)
    thank you for you reply, and I actually just found the problem, apparently I'm an Idiot, earlier when I was tinkering around with it I had tried calling the header file with angled brackets ( < > ) and forgot to change them back, it's working fine now. sorry for taking up your time.

  4. #4
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: including new header file.

    Quote Originally Posted by Wh1t3gh0st View Post
    Don't you need Windows 8 to run vs 2012?
    No you don't.
    Best regards,
    Igor

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured