> Hi,
>
> I am trying to build ImageVis3D from source (so I can later follow the execution paths using a debugger), but compilation fails:
>
> 1>------ Build started: Project: ImageVis3D, Configuration: Debug x64 ------
> 1>Performing Pre-Build Event...
> 1>59 File(s) copied
> 1>Creating CPP File from resource ImageVis3D.rcc ...
> 1>The system cannot find the path specified.
> 1>Project : error PRJ0019: A tool returned an error code from "Creating CPP File from resource ImageVis3D.rcc ..."
> 1>Project : warning PRJ0018 : The following environment variables were not found:
> 1>$(QTDIR32)
> 1>Build log was saved at "
file://d:\SDK\imagevis3d\Build\x64\Debug\objects\BuildLog.htm"
> 1>ImageVis3D - 1 error(s), 0 warning(s)
> 2>------ Skipped Build: Project: ExtractDebugInfo, Configuration: Debug x64 ------
> 2>Project not selected to build for this solution configuration
> ========== Build: 0 succeeded, 1 failed, 1 up-to-date, 1 skipped ==========
>
> I tried searching .vcproj files for "ImageVis3D.rcc", but there are no occurrences. ImageVis3D.rc has no special attributes, so I basically do not know why the build fails. Can you shed some light on this?
>
> Regards,
> Dženan