You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name.h is the name of the precompiled header, as it is specified in the #include statements of the project source code. If your source code includes the header like this:
#include"myproject.h"
...specify the header in your script like this, even if the file itself is located on a different path relative to the project (and presumably found at compile time via the include file search paths):