Misleading tooltip for Preprocessor definitions

The tooltip for Preprocessor definitions says to separate multiple entries with commas but in fact, in Visual Studio export targets they must be separated with semicolons.

The string doesn’t get passed directly to VS, my code parses it first.

Hmm…then there’s a bug