I ran into an issue, and I was able to reproduce it in a sample project. Find attached the code to reproduce the issue. Basically, if your module calls any dependent class method VI that has a name identical to a DQMH request VI name. Then the source distribution step fails. In the example I have a class with a VI method called "Sample Request.vi". I also have a DQMH request with the same name.
Here's the error for the attached project:
Error 1357 occurred at Error copying files.
Source: C:\_Projects\SampleProject\Instrument Module\Sample Request.vi
Destination: C:\Users\michael.aivaliotis\AppData\Local\Temp\Instrument Module\Instrument Module\Sample Request.vi
Invoke Node in AB_Source_VI.lvclass:Set_VI_Path.vi->AB_Source_VI.lvclass:Copy_SourceItem.vi->AB_Build.lvclass:Copy_Files.vi->AB_Build.lvclass:Build.vi->AB_API Do Two Step Build.vi:4020001->AB_API Build.vi:4700001->NI_AB_API_Build.lvclass:Build.vi->NI_AB_API_SDIST.lvclass:Build.vi->DQMH_TestStandifier.lvlib:Create Source Dist.vi->DQMH_TestStandifier.lvlib:TestStandify State Machine.vi->DQMH_TestStandifier.lvlib:Main.vi
Possible reason(s):
LabVIEW: (Hex 0x54D) A LabVIEW file from that path already exists in memory, or exists within a project library already in memory.
Method Name: Set Path
<Call Chain>Error 1357 occurred at AB_Source_VI.lvclass:Copy_SourceItem.vi -> AB_Build.lvclass:Copy_Files.vi -> AB_Build.lvclass:Build.vi -> AB_API Do Two Step Build.vi:4020001 -> AB_API Build.vi:4700001 -> NI_AB_API_Build.lvclass:Build.vi -> NI_AB_API_SDIST.lvclass:Build.vi -> DQMH_TestStandifier.lvlib:Create Source Dist.vi -> DQMH_TestStandifier.lvlib:TestStandify State Machine.vi -> DQMH_TestStandifier.lvlib:Main.vi
Possible reason(s):
LabVIEW: (Hex 0x54D) A LabVIEW file from that path already exists in memory, or exists within a project library already in memory.
Also, here are my Testandifier build settings: