NVIDIA/Dataset_Synthesizer

Error when trying to build the plugin

markusiscoding opened this issue · 1 comments

Hi,
I cloned the repo into the plugin folder that's inside of my UE_4.25 folder. Is it correct that I build the plugin by running the NDDS.uproject file that is located inside the source folder? I tried that and a window opened with the message:

ERROR: Expecting at least one ProjectTarget to be associated with project 'C:\Program Files\Epic Games\UE_4.25\Engine\Plugins\Dataset_Synthesizer\Source\Intermediate\ProjectFiles\NDDS.vcxproj' in the TargetProjects list

What can I do to proceed?

I am not sure if I could have made it work with UE4.25 but I ended up installing UE4.21.2 and downloaded the respective zip file for the NDDS plugin from this repo. I created a folder called "Plugins" inside the folder of a newly created UE project. Inside that plugins folder, I extracted the zip file, and when I opened that NDDS.uproject file inside the source folder it seemed to have built the plugin correctly.

Edit: I realized the NDDS folder is a UE project folder itself and just needs to be cloned or placed in the folder where all the UE projects are located.