I am using FinalBuilder v7.0.0.3135 with the IncrediBuild plugin, but I’m having trouble compiling some of my solutions (not all of them).
On some solutions I am getting an error message: Unknown build set Class ID: DE
I have configured the plugin with the required parameters (see attachment).
Other solutions compile just fine with the same options.
Regards,
Martin.
IncrediBuild have replied:
We are aware of this rare problem and it might be related to your SLN file format. It is possible that from some reason the content of this file which defines the Visual Studio version is in an unknown format for IncrediBuild and therefore, IncrediBuild cant determine the Visual Studio version.
I dont know if you have control on the build command in FinalBuilder but basically, you should add the following switch to IncrediBuild build command: /vsversion=“vc12”
This specific switch is for Visual Studio 2013. If your Visual Studio is from other version, you can use the following switches:
vc8 (for VS2005), vc9 (for VS2008), vc10 (for VS2010), vc11 (for VS2012)
Did this solve the problem?
Hi Martin,
In the properties window for the IncrediBuild action there is a property called Extra Params At End, and another called Extra Params At Start. This allows you at add additional command line options for external tools at the beginning or end of what we supply.
Therefore I suggest adding the /vsversion=“vc12” option to the Extra Params At End property. From what IncrediBuild support have sent you this should correct the issue your seeing.