I'm trying to learn how to use multithreading in C #, but all tutorials ask me to use the System.Threading.Thread class, but it seems like in my Visual Studio this class does not exist! A print for you to understand better:
I'm forgetting something? Do I need to do any configuration? I'm a little new to C #, but I used to mend in Threads in java