I'm trying to use VS 2017 and add my own .h file to standard libraries so I can include it normally in whatever C++ project (I used to copy the .h file to Program Files\Microsoft Visual Studio 14.0\VC\include and just put it there).
It worked with VS 2013/2015 but 2017 is not detecting it after putting it there.
I know this is a bad practice but I just want to know why it's not detecting it and how to make it do so.
Thanks in advance.