New blynk Codes related Error

It sounds like you’re using the Edgent example sketch.
If so, this needs no WiFi code or additional includes such as #include<Blynk.Simple32esp.h> because his is already handled within the example sketch.

Virtual pins and physical pins serve totally different purposes. You can use virtual pins to control physical pins if needed, as described here…

Pete.