03-14-2019 09:16 AM
I have a VI within a project that asks me to save changes every time I close the VI or project regardless if I've actually made any changes. The reasons are always "VI recompiled" and "Type Definition modified". If I save the changes, close the project, reopen the project, then close again, I will be prompted again to save changes. Any ideas where I begin to figure out what's going on?
03-14-2019 10:41 AM
Any conflicts in project?
Something else expects to see typedef from another location. Or something else wants different typedef with the same name.