-1

I am trying to open Project Properties window in VS 2017 in order to add header files in a way described in this topic However it turned out to be very frustrating as when I reproduce steps described in the documentation (Project -> [project name] Properties), I end up with a different window, missing some content that is crucial in my case (Common Properties -> C/C++).

What I expect: What I expect

What I get: enter image description here

How do I open the window that contains Common Properties?

turbolek
  • 39
  • 8
  • 1
    The properties for a C# project are very, very different from a C++ project. Nobody can really tell how you got so confused or what you actually want to accomplish, makes it quite hard to help you. – Hans Passant May 22 '19 at 16:47
  • Indeed, it turned out I can't add headers to a c# project. My confusion came from an external sdk I was trying to implement, that has a common documentation for C# and C++, which did not mension that. Having not much knowledge in the topic I blindly followed the instructions which were only meant for the C++ case. – turbolek May 28 '19 at 12:49

1 Answers1

0

Turns out that window can only be opened in C/C++ project, not in C#

turbolek
  • 39
  • 8