Hello PluginCafe,
I am tasked to update one of my clients plugins to R20, which by itself would not a problem.
The problem I am facing is, that the plugin uses a lot of 3rd party c++ libraries that the sourceprocessor cant seem to compile correctly. For R19 everything compiles without problems, I simply changed my plugin code to fit the new R20 sdk (obviously using the Project Tool etc.).
The errors itself are (only in the libraries) "Unexpected EOF" and "Exptected ... ".
Which come from the "Rem IncredBuild_OutputDirTree" command from the sourceprosessor.
I am not too knowledgable in Visual Studio and don't really get why my build fails.
I also already checked that my includes and links are the same as in the working solution of R19 thats why I suspect that it has something to do with the sourceprocessor.
I hope somebody can help!
Kind Regards,
Florian