I have inherited a legacy Windows application at work, it has a file that #include <time.inl>
. It builds on the machines at work: windows 7, vs2013, but not on my home machine, windows 7, community vs2015.
I also come from a linux dev environment, so I'm not even sure what a *.inl
file is. Hopefully this is a simple question.
EDIT: okay I see this q: Significance of a .inl file in C++ which explains what it is, but still not sure how vs2013 compiles it fine and community vs2015 doesn't when the file does not exist in either place.