C++ 4.16 Transition Guide

Hi everybody,

I have the following errors that occur and I do not understand where it comes from.

error CS1061: ‘System.Collections.Generic.List<string>’ ne contient pas une définition pour ‘add’ et aucune méthode d’extension ‘add’ acceptant un premier argument de type ‘System.Collections.Generic.List<string>’ n’a été trouvée (une directive using ou une référence d’assembly est-elle manquante ?)
error CS1061: ‘System.Collections.Generic.List<string>’ ne contient pas une définition pour ‘add’ et aucune méthode d’extension ‘add’ acceptant un premier argument de type ‘System.Collections.Generic.List<string>’ n’a été trouvée (une directive using ou une référence d’assembly est-elle manquante ?)
error CS1061: ‘System.Collections.Generic.List<string>’ ne contient pas une définition pour ‘add’ et aucune méthode d’extension ‘add’ acceptant un premier argument de type ‘System.Collections.Generic.List<string>’ n’a été trouvée (une directive using ou une référence d’assembly est-elle manquante ?)

Thanks for the help you can give me.