ROSIntegration
ROSIntegration copied to clipboard
Using ROSIntegration with another plugin (RuntimeMeshComponent
I am using ROSIntegration with another Plugin RuntimeMeshComponent (https://github.com/TriAxis-Games/RuntimeMeshComponent) and facing this build error
..\plugins\runtimemeshcomponent\source\runtimemeshcomponent\public\RuntimeMeshReference.h(81): error C2039: '_InterlockedDecrement': is not a member of 'FWindowsPlatformAtomics'
Both the plugins are working fine individually, but I am getting this error when I am using both of them in my project. I did not found much on the internet but someone posted that windows native headers are responsible for this. They are used in the ROSIntegration plugin. Is there any solution to this issue?